Package org.bouncycastle.gpg.keybox.bc
Class BcKeyBox
- java.lang.Object
-
- org.bouncycastle.gpg.keybox.KeyBox
-
- org.bouncycastle.gpg.keybox.bc.BcKeyBox
-
public class BcKeyBox extends KeyBox
-
-
Constructor Summary
Constructors Constructor Description BcKeyBox(byte[] encoding)
BcKeyBox(InputStream input)
-
-
-
Constructor Detail
-
BcKeyBox
public BcKeyBox(byte[] encoding) throws IOException
- Throws:
IOException
-
BcKeyBox
public BcKeyBox(InputStream input) throws IOException
- Throws:
IOException
-
-