|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.PGPSessionKey
Constructor Summary | |
PGPSessionKey(int algorithm,
byte[] sessionKey)
|
Method Summary | |
static PGPSessionKey |
fromAsciiRepresentation(java.lang.String ascii)
|
int |
getAlgorithm()
|
byte[] |
getKey()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PGPSessionKey(int algorithm, byte[] sessionKey)
Method Detail |
public int getAlgorithm()
public byte[] getKey()
public java.lang.String toString()
toString
in class java.lang.Object
public static PGPSessionKey fromAsciiRepresentation(java.lang.String ascii)
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |