cryptix.pki
Class ExtendedCertStore

java.lang.Object
java.security.cert.CertStore
cryptix.pki.ExtendedCertStore
- public class ExtendedCertStore
- extends java.security.cert.CertStore
DOCUMENT ME
- Version:
- $Revision: 1.3 $
Fields inherited from class java.security.cert.CertStore |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
spi
private final ExtendedCertStoreSpi spi
ExtendedCertStore
protected ExtendedCertStore(ExtendedCertStoreSpi storeSpi,
java.security.Provider provider,
java.security.cert.CertStoreParameters params,
java.lang.String type)
- Create a new ExtendedCertStore object containing the given
SPI object.
getInstance
public static java.security.cert.CertStore getInstance(java.lang.String type,
java.security.cert.CertStoreParameters params)
throws java.security.NoSuchAlgorithmException,
java.security.InvalidAlgorithmParameterException
- Returns an ExtendedCertStore that implements the given format.
getInstance
public static java.security.cert.CertStore getInstance(java.lang.String type,
java.security.cert.CertStoreParameters params,
java.lang.String provider)
throws java.security.NoSuchAlgorithmException,
java.security.NoSuchProviderException,
java.security.InvalidAlgorithmParameterException
- Returns an ExtendedCertStore from the given provider that
implements the given format.
getInstance
public static java.security.cert.CertStore getInstance(java.lang.String type,
java.security.cert.CertStoreParameters params,
java.security.Provider provider)
throws java.security.NoSuchAlgorithmException,
java.security.InvalidAlgorithmParameterException
- Returns an ExtendedCertStore from the given provider that
implements the given format.
getSpiInstance
private static ExtendedCertStoreSpi getSpiInstance(java.lang.String classname,
java.security.cert.CertStoreParameters params)
throws java.security.NoSuchAlgorithmException
- Helper method
getKeyBundles
public final java.util.Collection getKeyBundles(KeyBundleSelector selector)
throws java.security.cert.CertStoreException
- Returns a Collection of KeyBundles matching the given selector.
If no matches can be found, an empty collection will be returned.
setKeyBundleEntry
public final void setKeyBundleEntry(KeyBundle bundle)
throws java.security.cert.CertStoreException
- Stores the given keybundle in this store.