Package org.bouncycastle.bcpg
Class UnknownBCPGKey
java.lang.Object
org.bouncycastle.bcpg.BCPGObject
org.bouncycastle.bcpg.OctetArrayBCPGKey
org.bouncycastle.bcpg.UnknownBCPGKey
- All Implemented Interfaces:
BCPGKey
,org.bouncycastle.util.Encodable
Key class for unknown/unsupported OpenPGP key types.
-
Constructor Summary
ConstructorDescriptionUnknownBCPGKey
(int length, byte[] key) UnknownBCPGKey
(int length, BCPGInputStream in) -
Method Summary
Methods inherited from class org.bouncycastle.bcpg.OctetArrayBCPGKey
encode, getEncoded, getFormat, getKey
-
Constructor Details
-
UnknownBCPGKey
- Throws:
IOException
-
UnknownBCPGKey
public UnknownBCPGKey(int length, byte[] key)
-