|
Bouncy Castle Cryptography 1.71 | ||||||||
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()
public static PGPSessionKey fromAsciiRepresentation(java.lang.String ascii)
|
Bouncy Castle Cryptography 1.71 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |