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
Exceptionpublic static Collection<? extends CRL> loadCRL(String crlPath) throws Exception
ExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.