cryptix.pki
Class ExtendedCertStoreSpi

java.lang.Object
java.security.cert.CertStoreSpi
cryptix.pki.ExtendedCertStoreSpi
- public abstract class ExtendedCertStoreSpi
- extends java.security.cert.CertStoreSpi
DOCUMENT ME
- Version:
- $Revision: 1.3 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedCertStoreSpi
public ExtendedCertStoreSpi(java.security.cert.CertStoreParameters params)
throws java.security.InvalidAlgorithmParameterException
- Main constructor
engineGetKeyBundles
public abstract java.util.Collection engineGetKeyBundles(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.
engineSetKeyBundleEntry
public abstract void engineSetKeyBundleEntry(KeyBundle bundle)
throws java.security.cert.CertStoreException
- Stores the given keybundle in this store.