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(String type)
          Returns a CertStore object that implements the specified CertStore type.
static CertStore CertStore.getInstance(String type, String provider)
          Creates a CertStore object that implements the specified CertStore type, as supplied by the specified provider.
 

Methods in java.security.cert with parameters of type CertStore
 void PKIXParameters.addCertStore(CertStore store)
          Adds a CertStore to the end of the list of CertStores used in finding certificates and CRLs.
 



Submit comments/suggestions about this API.
Copyright 1998-2000 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.