CertStoreParameters


CertStoreParameters java.security.cert

Java 1.4 cloneable

This marker interface defines the type, but not the content, of the parameters object that is passed to the CertStore.getInstance( ) methods. It does not define any methods of its own and simply requires that all implementing classes be cloneable. Use one of the concrete implementations of this class for CertStore objects of type "LDAP" and "Collection".

Figure 14-61. java.security.cert.CertStoreParameters

 public interface  CertStoreParameters  extends Cloneable {  // Public Instance Methods  Object  clone  ( );   } 

Implementations

CollectionCertStoreParameters , LDAPCertStoreParameters

Passed To

CertStore.{CertStore( ) , getInstance( )} , CertStoreSpi.CertStoreSpi( )

Returned By

CertStore.getCertStoreParameters( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net