Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.security.cert.CertStore

Uses of CertStore in java.security.cert
 

Methods in java.security.cert that return CertStore
static CertStore CertStore.getInstance(java.lang.String type, CertStoreParameters params)
          Get an instance of the given certificate store from the first installed provider.
static CertStore CertStore.getInstance(java.lang.String type, CertStoreParameters params, java.lang.String provider)
          Get an instance of the given certificate store from the named provider.
static CertStore CertStore.getInstance(java.lang.String type, CertStoreParameters params, java.security.Provider provider)
          Get an instance of the given certificate store from the given provider.
 

Methods in java.security.cert with parameters of type CertStore
 void PKIXParameters.addCertStore(CertStore store)
          Add a CertStore to the list of cert stores.