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
public class UnknownBCPGKey extends OctetArrayBCPGKey
Key class for unknown/unsupported OpenPGP key types.
-
-
Constructor Summary
Constructors Constructor Description UnknownBCPGKey(int length, byte[] key)
UnknownBCPGKey(int length, BCPGInputStream in)
-
Method Summary
-
Methods inherited from class org.bouncycastle.bcpg.OctetArrayBCPGKey
encode, getEncoded, getFormat, getKey
-
-
-
-
Constructor Detail
-
UnknownBCPGKey
public UnknownBCPGKey(int length, BCPGInputStream in) throws java.io.IOException
- Throws:
java.io.IOException
-
UnknownBCPGKey
public UnknownBCPGKey(int length, byte[] key)
-
-