Class PGPSessionKey


  • public class PGPSessionKey
    extends java.lang.Object
    • Constructor Detail

      • PGPSessionKey

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

      • getAlgorithm

        public int getAlgorithm()
      • getKey

        public byte[] getKey()
      • toString

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

        public static PGPSessionKey fromAsciiRepresentation​(java.lang.String ascii)