Bouncy Castle Cryptography 1.51

org.bouncycastle.openpgp.bc
Class BcPGPPublicKeyRing

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPKeyRing
      extended by org.bouncycastle.openpgp.PGPPublicKeyRing
          extended by org.bouncycastle.openpgp.bc.BcPGPPublicKeyRing

public class BcPGPPublicKeyRing
extends PGPPublicKeyRing


Constructor Summary
BcPGPPublicKeyRing(byte[] encoding)
           
BcPGPPublicKeyRing(java.io.InputStream in)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.openpgp.PGPPublicKeyRing
encode, getEncoded, getPublicKey, getPublicKey, getPublicKeys, insertPublicKey, removePublicKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcPGPPublicKeyRing

public BcPGPPublicKeyRing(byte[] encoding)
                   throws java.io.IOException
Throws:
java.io.IOException

BcPGPPublicKeyRing

public BcPGPPublicKeyRing(java.io.InputStream in)
                   throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.51