Class GroupPublicParams
- java.lang.Object
-
- org.signal.libsignal.zkgroup.internal.ByteArray
-
- org.signal.libsignal.zkgroup.groups.GroupPublicParams
-
public final class GroupPublicParams extends ByteArray
-
-
Constructor Summary
Constructors Constructor Description GroupPublicParams(byte[] contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupIdentifiergetGroupIdentifier()-
Methods inherited from class org.signal.libsignal.zkgroup.internal.ByteArray
equals, getInternalContentsForJNI, hashCode, serialize
-
-
-
-
Constructor Detail
-
GroupPublicParams
public GroupPublicParams(byte[] contents) throws InvalidInputException- Throws:
InvalidInputException
-
-
Method Detail
-
getGroupIdentifier
public GroupIdentifier getGroupIdentifier()
-
-