Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.bc
Class BcPGPPublicKeyRing

java.lang.Object
  |
  +--org.bouncycastle.openpgp.PGPKeyRing
        |
        +--org.bouncycastle.openpgp.PGPPublicKeyRing
              |
              +--org.bouncycastle.openpgp.bc.BcPGPPublicKeyRing
All Implemented Interfaces:
org.bouncycastle.util.Iterable

public class BcPGPPublicKeyRing
extends PGPPublicKeyRing


Constructor Summary
BcPGPPublicKeyRing(byte[] encoding)
           
BcPGPPublicKeyRing(java.io.InputStream in)
           
 
Methods inherited from class org.bouncycastle.openpgp.PGPPublicKeyRing
encode, encode, getEncoded, getEncoded, getKeysWithSignaturesBy, getPublicKey, getPublicKey, getPublicKey, getPublicKeys, insertPublicKey, iterator, join, join, 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

BcPGPPublicKeyRing

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

Bouncy Castle Cryptography Library 1.79