Bouncy Castle Cryptography 1.51

org.bouncycastle.openpgp.jcajce
Class JcaPGPPublicKeyRing

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPKeyRing
      extended by org.bouncycastle.openpgp.PGPPublicKeyRing
          extended by org.bouncycastle.openpgp.jcajce.JcaPGPPublicKeyRing

public class JcaPGPPublicKeyRing
extends PGPPublicKeyRing


Constructor Summary
JcaPGPPublicKeyRing(byte[] encoding)
           
JcaPGPPublicKeyRing(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

JcaPGPPublicKeyRing

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

JcaPGPPublicKeyRing

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

Bouncy Castle Cryptography 1.51