|
Cryptix OpenPGP | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcryptix.pki.KeyBundleFactorySpi
Service provider interface for KeyBundleFactory
| Constructor Summary | |
KeyBundleFactorySpi()
|
|
| Method Summary | |
abstract KeyBundle |
engineGenerateEmptyKeyBundle()
Generates a new empty KeyBundle. |
abstract KeyBundle |
engineGenerateKeyBundle(java.io.InputStream in)
Generates a KeyBundle from an input stream. |
abstract java.util.Collection |
engineGenerateKeyBundles(java.io.InputStream in)
Generates a (possible empty) collection of keybundles from an input stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeyBundleFactorySpi()
| Method Detail |
public abstract java.util.Collection engineGenerateKeyBundles(java.io.InputStream in)
throws KeyBundleException,
java.io.IOException
Note: the entire inputstream will be read when the inputstream does not support the mark() and reset() methods.
KeyBundleException - on a variety of format specific problems.
java.io.IOException
public abstract KeyBundle engineGenerateKeyBundle(java.io.InputStream in)
throws KeyBundleException,
java.io.IOException
Note: the entire inputstream will be read when the inputstream does not support the mark() and reset() methods.
KeyBundleException - on a variety of format specific problems.
java.io.IOException
public abstract KeyBundle engineGenerateEmptyKeyBundle()
throws KeyBundleException
KeyBundleException - on a variety of format specific problems.
|
Cryptix OpenPGP | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||