cryptix.pki
Class ExtendedKeyStore

java.lang.Object
java.security.KeyStore
cryptix.pki.ExtendedKeyStore
- public class ExtendedKeyStore
- extends java.security.KeyStore
DOCUMENT ME
- Version:
- $Revision: 1.3 $
Fields inherited from class java.security.KeyStore |
|
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 |
spi
private final ExtendedKeyStoreSpi spi
ExtendedKeyStore
protected ExtendedKeyStore(ExtendedKeyStoreSpi storeSpi,
java.security.Provider provider,
java.lang.String type)
- Create a new ExtendedKeyStore object containing the given
SPI object.
getInstance
public static java.security.KeyStore getInstance(java.lang.String type)
throws java.security.KeyStoreException
- Returns an ExtendedKeyStore that implements the given type.
getInstance
public static java.security.KeyStore getInstance(java.lang.String type,
java.lang.String provider)
throws java.security.KeyStoreException
- Returns an ExtendedKeyStore from the given provider that
implements the given type.
getInstance
public static java.security.KeyStore getInstance(java.lang.String type,
java.security.Provider provider)
throws java.security.KeyStoreException
- Returns an ExtendedKeyStore from the given provider that
implements the given type.
getKeyBundle
public final KeyBundle getKeyBundle(java.lang.String alias)
throws java.security.KeyStoreException
- Returns the keybundle identified by the given alias.
isKeyBundleEntry
public final boolean isKeyBundleEntry(java.lang.String alias)
throws java.security.KeyStoreException
- Returns if the entry identified by alias is a keybundle entry.
setKeyBundleEntry
public final java.lang.String setKeyBundleEntry(KeyBundle bundle)
throws java.security.KeyStoreException
- Stores the given keybundle in this store.