|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.PGPKeyRing
public abstract class PGPKeyRing
Method Summary | |
---|---|
abstract void |
encode(java.io.OutputStream outStream)
|
abstract byte[] |
getEncoded()
|
abstract PGPPublicKey |
getPublicKey()
Return the first public key in the ring. |
abstract PGPPublicKey |
getPublicKey(long keyID)
Return the public key referred to by the passed in keyID if it is present. |
abstract java.util.Iterator |
getPublicKeys()
Return an iterator containing all the public keys. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract PGPPublicKey getPublicKey()
PGPSecretKeyRing
this is also the public key of the master key pair.
public abstract java.util.Iterator getPublicKeys()
public abstract PGPPublicKey getPublicKey(long keyID)
keyID
-
public abstract void encode(java.io.OutputStream outStream) throws java.io.IOException
java.io.IOException
public abstract byte[] getEncoded() throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |