Package sop

Class SessionKey

java.lang.Object
sop.SessionKey

public class SessionKey extends Object
  • Constructor Details

    • SessionKey

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

    • 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 Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • fromString

      public static SessionKey fromString(String string)
    • toString

      public String toString()
      Overrides:
      toString in class Object