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

Quick Search    Search Deep

cryptix.pki
Class ExtendedCertStoreSpi  view ExtendedCertStoreSpi download ExtendedCertStoreSpi.java

java.lang.Object
  extended byjava.security.cert.CertStoreSpi
      extended bycryptix.pki.ExtendedCertStoreSpi

public abstract class ExtendedCertStoreSpi
extends java.security.cert.CertStoreSpi

DOCUMENT ME

Version:
$Revision: 1.3 $

Constructor Summary
ExtendedCertStoreSpi(java.security.cert.CertStoreParameters params)
          Main constructor
 
Method Summary
abstract  java.util.Collection engineGetKeyBundles(KeyBundleSelector selector)
          Returns a Collection of KeyBundles matching the given selector.
abstract  void engineSetKeyBundleEntry(KeyBundle bundle)
          Stores the given keybundle in this store.
 
Methods inherited from class java.security.cert.CertStoreSpi
engineGetCertificates, engineGetCRLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedCertStoreSpi

public ExtendedCertStoreSpi(java.security.cert.CertStoreParameters params)
                     throws java.security.InvalidAlgorithmParameterException
Main constructor

Method Detail

engineGetKeyBundles

public abstract java.util.Collection engineGetKeyBundles(KeyBundleSelector selector)
                                                  throws java.security.cert.CertStoreException
Returns a Collection of KeyBundles matching the given selector.

If no matches can be found, an empty collection will be returned.


engineSetKeyBundleEntry

public abstract void engineSetKeyBundleEntry(KeyBundle bundle)
                                      throws java.security.cert.CertStoreException
Stores the given keybundle in this store.