Class PGPSessionKey

java.lang.Object
org.bouncycastle.openpgp.PGPSessionKey

public class PGPSessionKey extends Object
  • Constructor Details

    • PGPSessionKey

      public PGPSessionKey(int algorithm, byte[] sessionKey)
  • Method Details

    • getAlgorithm

      public int getAlgorithm()
    • getKey

      public byte[] getKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • fromAsciiRepresentation

      public static PGPSessionKey fromAsciiRepresentation(String ascii)