Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.jcajce
Class JcaPGPPublicKeyRing

java.lang.Object
  extended byorg.bouncycastle.openpgp.PGPKeyRing
      extended byorg.bouncycastle.openpgp.PGPPublicKeyRing
          extended byorg.bouncycastle.openpgp.jcajce.JcaPGPPublicKeyRing
All Implemented Interfaces:
org.bouncycastle.util.Iterable

public class JcaPGPPublicKeyRing
extends PGPPublicKeyRing


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

Constructor Detail

JcaPGPPublicKeyRing

public JcaPGPPublicKeyRing(byte[] encoding)
                    throws java.io.IOException

JcaPGPPublicKeyRing

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

Bouncy Castle Cryptography Library 1.81