cryptix.pki
Class KeyBundleFactorySpi

java.lang.Object
cryptix.pki.KeyBundleFactorySpi
- public abstract class KeyBundleFactorySpi
- extends java.lang.Object
Service provider interface for KeyBundleFactory
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyBundleFactorySpi
public KeyBundleFactorySpi()
engineGenerateKeyBundles
public abstract java.util.Collection engineGenerateKeyBundles(java.io.InputStream in)
throws KeyBundleException,
java.io.IOException
- Generates a (possible empty) collection of keybundles from an input
stream.
Note: the entire inputstream will be read when the inputstream does not
support the mark() and reset() methods.
engineGenerateKeyBundle
public abstract KeyBundle engineGenerateKeyBundle(java.io.InputStream in)
throws KeyBundleException,
java.io.IOException
- Generates a KeyBundle from an input stream.
Note: the entire inputstream will be read when the inputstream does not
support the mark() and reset() methods.
engineGenerateEmptyKeyBundle
public abstract KeyBundle engineGenerateEmptyKeyBundle()
throws KeyBundleException
- Generates a new empty KeyBundle.