Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cryptix.pki
Class ExtendedKeyStore  view ExtendedKeyStore download ExtendedKeyStore.java

java.lang.Object
  extended byjava.security.KeyStore
      extended bycryptix.pki.ExtendedKeyStore

public class ExtendedKeyStore
extends java.security.KeyStore

DOCUMENT ME

Version:
$Revision: 1.3 $

Field Summary
private  ExtendedKeyStoreSpi spi
           
 
Fields inherited from class java.security.KeyStore
 
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
 

Field Detail

spi

private final ExtendedKeyStoreSpi spi
Constructor Detail

ExtendedKeyStore

protected ExtendedKeyStore(ExtendedKeyStoreSpi storeSpi,
                           java.security.Provider provider,
                           java.lang.String type)
Create a new ExtendedKeyStore object containing the given SPI object.

Method Detail

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.