Package sop
Class SessionKey
- java.lang.Object
-
- sop.SessionKey
-
public class SessionKey extends Object
-
-
Constructor Summary
Constructors Constructor Description SessionKey(byte algorithm, byte[] sessionKey)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
static SessionKey
fromString(String string)
byte
getAlgorithm()
Return the symmetric algorithm octet.byte[]
getKey()
Return the session key.int
hashCode()
String
toString()
-
-
-
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
-
fromString
public static SessionKey fromString(String string)
-
-