|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.OctetArrayBCPGKey
org.bouncycastle.bcpg.UnknownBCPGKey
Key class for unknown/unsupported OpenPGP key types.
Constructor Summary | |
UnknownBCPGKey(int length,
BCPGInputStream in)
|
|
UnknownBCPGKey(int length,
byte[] key)
|
Methods inherited from class org.bouncycastle.bcpg.OctetArrayBCPGKey |
encode, getEncoded, getFormat, getKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnknownBCPGKey(int length, BCPGInputStream in) throws java.io.IOException
public UnknownBCPGKey(int length, byte[] key)
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |