Package sop

Class SessionKey


  • public class SessionKey
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionKey​(byte algorithm, byte[] sessionKey)  
    • Constructor Detail

      • SessionKey

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

      • getAlgorithm

        public byte getAlgorithm()
        Return the symmetric algorithm octet.
        Returns:
        algorithm id
      • getKey

        public byte[] getKey()
        Return the session key.
        Returns:
        session key
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • fromString

        public static SessionKey fromString​(java.lang.String string)
      • toString

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