Class PGPSessionKey
java.lang.Object
org.bouncycastle.openpgp.PGPSessionKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PGPSessionKeyfromAsciiRepresentation(String ascii) intbyte[]getKey()toString()
-
Constructor Details
-
PGPSessionKey
public PGPSessionKey(int algorithm, byte[] sessionKey)
-
-
Method Details
-
getAlgorithm
public int getAlgorithm() -
getKey
public byte[] getKey() -
toString
-
fromAsciiRepresentation
-