public class CertificateUtils extends Object
Constructor and Description |
---|
CertificateUtils() |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
getKeyStore(InputStream storeStream,
String storePath,
String storeType,
String storeProvider,
String storePassword) |
static Collection<? extends CRL> |
loadCRL(String crlPath) |
public static KeyStore getKeyStore(InputStream storeStream, String storePath, String storeType, String storeProvider, String storePassword) throws Exception
Exception
public static Collection<? extends CRL> loadCRL(String crlPath) throws Exception
Exception
Copyright © 1995-2015 Webtide. All Rights Reserved.