|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.KeyStoreSpi
cryptix.pki.ExtendedKeyStoreSpi
DOCUMENT ME
Constructor Summary | |
ExtendedKeyStoreSpi()
|
Method Summary | |
abstract KeyBundle |
engineGetKeyBundle(java.lang.String alias)
Returns the keybundle identified by the given alias. |
abstract boolean |
engineIsKeyBundleEntry(java.lang.String alias)
Returns if the entry identified by alias is a keybundle entry. |
abstract java.lang.String |
engineSetKeyBundleEntry(KeyBundle bundle)
Stores the given keybundle in this store. |
Methods inherited from class java.security.KeyStoreSpi |
engineAliases, engineContainsAlias, engineDeleteEntry, engineGetCertificate, engineGetCertificateAlias, engineGetCertificateChain, engineGetCreationDate, engineGetKey, engineIsCertificateEntry, engineIsKeyEntry, engineLoad, engineSetCertificateEntry, engineSetKeyEntry, engineSetKeyEntry, engineSize, engineStore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExtendedKeyStoreSpi()
Method Detail |
public abstract KeyBundle engineGetKeyBundle(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 abstract boolean engineIsKeyBundleEntry(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 abstract java.lang.String engineSetKeyBundleEntry(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 |