org.eclipse.jetty.util.security
类 CertificateUtils

java.lang.Object
  继承者 org.eclipse.jetty.util.security.CertificateUtils

public class CertificateUtils
extends Object


构造方法摘要
CertificateUtils()
           
 
方法摘要
static KeyStore getKeyStore(InputStream storeStream, String storePath, String storeType, String storeProvider, String storePassword)
           
static Collection<? extends CRL> loadCRL(String crlPath)
           
 
从类 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.