public class PGPSessionKey
extends java.lang.Object
| Constructor and Description |
|---|
PGPSessionKey(int algorithm,
byte[] sessionKey) |
| Modifier and Type | Method and Description |
|---|---|
static PGPSessionKey |
fromAsciiRepresentation(java.lang.String ascii) |
int |
getAlgorithm() |
byte[] |
getKey() |
java.lang.String |
toString() |
public int getAlgorithm()
public byte[] getKey()
public java.lang.String toString()
toString in class java.lang.Objectpublic static PGPSessionKey fromAsciiRepresentation(java.lang.String ascii)