|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.KeyStore
cryptix.pki.ExtendedKeyStore
DOCUMENT ME
Constructor Summary | |
protected |
ExtendedKeyStore(ExtendedKeyStoreSpi storeSpi,
java.security.Provider provider,
java.lang.String type)
Create a new ExtendedKeyStore object containing the given SPI object. |
Method Summary | |
static java.security.KeyStore |
getInstance(java.lang.String type)
Returns an ExtendedKeyStore that implements the given type. |
static java.security.KeyStore |
getInstance(java.lang.String type,
java.security.Provider provider)
Returns an ExtendedKeyStore from the given provider that implements the given type. |
static java.security.KeyStore |
getInstance(java.lang.String type,
java.lang.String provider)
Returns an ExtendedKeyStore from the given provider that implements the given type. |
KeyBundle |
getKeyBundle(java.lang.String alias)
Returns the keybundle identified by the given alias. |
boolean |
isKeyBundleEntry(java.lang.String alias)
Returns if the entry identified by alias is a keybundle entry. |
java.lang.String |
setKeyBundleEntry(KeyBundle bundle)
Stores the given keybundle in this store. |
Methods inherited from class java.security.KeyStore |
aliases, containsAlias, deleteEntry, getCertificate, getCertificateAlias, getCertificateChain, getCreationDate, getDefaultType, getKey, getProvider, getType, isCertificateEntry, isKeyEntry, load, setCertificateEntry, setKeyEntry, setKeyEntry, size, store |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ExtendedKeyStore(ExtendedKeyStoreSpi storeSpi, java.security.Provider provider, java.lang.String type)
Method Detail |
public static java.security.KeyStore getInstance(java.lang.String type) throws java.security.KeyStoreException
java.security.KeyStoreException
public static java.security.KeyStore getInstance(java.lang.String type, java.lang.String provider) throws java.security.KeyStoreException
java.security.KeyStoreException
public static java.security.KeyStore getInstance(java.lang.String type, java.security.Provider provider) throws java.security.KeyStoreException
java.security.KeyStoreException
public final KeyBundle getKeyBundle(java.lang.String alias) throws java.security.KeyStoreException
alias
- the alias for the entry to return
java.security.KeyStoreException
- if the keystore has not been initialized
(loaded) yetpublic final boolean isKeyBundleEntry(java.lang.String alias) throws java.security.KeyStoreException
alias
- the alias for the entry to check
java.security.KeyStoreException
- if the keystore has not been initialized
(loaded) yetpublic final java.lang.String setKeyBundleEntry(KeyBundle bundle) throws java.security.KeyStoreException
bundle
- the bundle to store
java.security.KeyStoreException
- if the keystore has not been initialized
(loaded) yet
|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |