Package org.bouncycastle.openpgp
Class PGPSessionKey
- java.lang.Object
-
- org.bouncycastle.openpgp.PGPSessionKey
-
public class PGPSessionKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PGPSessionKey(int algorithm, byte[] sessionKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PGPSessionKey
fromAsciiRepresentation(java.lang.String ascii)
int
getAlgorithm()
byte[]
getKey()
java.lang.String
toString()
-
-
-
Method Detail
-
getAlgorithm
public int getAlgorithm()
-
getKey
public byte[] getKey()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
fromAsciiRepresentation
public static PGPSessionKey fromAsciiRepresentation(java.lang.String ascii)
-
-