|
Cryptix OpenPGP | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.security.cert.CertStoreSpi
cryptix.pki.ExtendedCertStoreSpi
DOCUMENT ME
| Constructor Summary | |
ExtendedCertStoreSpi(java.security.cert.CertStoreParameters params)
Main constructor |
|
| Method Summary | |
abstract java.util.Collection |
engineGetKeyBundles(KeyBundleSelector selector)
Returns a Collection of KeyBundles matching the given selector. |
abstract void |
engineSetKeyBundleEntry(KeyBundle bundle)
Stores the given keybundle in this store. |
| Methods inherited from class java.security.cert.CertStoreSpi |
engineGetCertificates, engineGetCRLs |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExtendedCertStoreSpi(java.security.cert.CertStoreParameters params)
throws java.security.InvalidAlgorithmParameterException
params - the initialization parameters (can be null).
java.security.InvalidAlgorithmParameterException - if the given parameters are
invalid.| Method Detail |
public abstract java.util.Collection engineGetKeyBundles(KeyBundleSelector selector)
throws java.security.cert.CertStoreException
If no matches can be found, an empty collection will be returned.
selector - A selector that specifies which keybundles to return.
Specify null here to return all keybundles (if supported).
java.security.cert.CertStoreException - on a variety of type specific problems,
including no support for the 'null' selector.
public abstract void engineSetKeyBundleEntry(KeyBundle bundle)
throws java.security.cert.CertStoreException
bundle - the bundle to store
java.security.cert.CertStoreException - on a variety of type specific problems
|
Cryptix OpenPGP | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||