org.eclipse.jetty.util.security
类 CertificateUtils
java.lang.Object
org.eclipse.jetty.util.security.CertificateUtils
public class CertificateUtils
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CertificateUtils
public CertificateUtils()
getKeyStore
public static KeyStore getKeyStore(InputStream storeStream,
String storePath,
String storeType,
String storeProvider,
String storePassword)
throws Exception
- 抛出:
Exception
loadCRL
public static Collection<? extends CRL> loadCRL(String crlPath)
throws Exception
- 抛出:
Exception
Copyright © 2013. All Rights Reserved.