Class GroupMasterKey
- java.lang.Object
-
- org.signal.libsignal.zkgroup.internal.ByteArray
-
- org.signal.libsignal.zkgroup.groups.GroupMasterKey
-
public final class GroupMasterKey extends ByteArray
-
-
Constructor Summary
Constructors Constructor Description GroupMasterKey(byte[] contents)
-
Method Summary
-
Methods inherited from class org.signal.libsignal.zkgroup.internal.ByteArray
equals, getInternalContentsForJNI, hashCode, serialize
-
-
-
-
Field Detail
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupMasterKey
public GroupMasterKey(byte[] contents) throws InvalidInputException- Throws:
InvalidInputException
-
-