|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.cert.CertStore
cryptix.pki.ExtendedCertStore
DOCUMENT ME
Constructor Summary | |
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. |
Method Summary | |
static java.security.cert.CertStore |
getInstance(java.lang.String type,
java.security.cert.CertStoreParameters params)
Returns an ExtendedCertStore that implements the given format. |
static java.security.cert.CertStore |
getInstance(java.lang.String type,
java.security.cert.CertStoreParameters params,
java.security.Provider provider)
Returns an ExtendedCertStore from the given provider that implements the given format. |
static java.security.cert.CertStore |
getInstance(java.lang.String type,
java.security.cert.CertStoreParameters params,
java.lang.String provider)
Returns an ExtendedCertStore from the given provider that implements the given format. |
java.util.Collection |
getKeyBundles(KeyBundleSelector selector)
Returns a Collection of KeyBundles matching the given selector. |
void |
setKeyBundleEntry(KeyBundle bundle)
Stores the given keybundle in this store. |
Methods inherited from class java.security.cert.CertStore |
getCertificates, getCRLs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ExtendedCertStore(ExtendedCertStoreSpi storeSpi, java.security.Provider provider, java.security.cert.CertStoreParameters params, java.lang.String type)
Method Detail |
public static java.security.cert.CertStore getInstance(java.lang.String type, java.security.cert.CertStoreParameters params) throws java.security.NoSuchAlgorithmException, java.security.InvalidAlgorithmParameterException
java.security.NoSuchAlgorithmException
java.security.InvalidAlgorithmParameterException
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
java.security.NoSuchAlgorithmException
java.security.NoSuchProviderException
java.security.InvalidAlgorithmParameterException
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
java.security.NoSuchAlgorithmException
java.security.InvalidAlgorithmParameterException
public final java.util.Collection getKeyBundles(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 final void setKeyBundleEntry(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 |