Class ProfileKey
- java.lang.Object
-
- org.signal.libsignal.zkgroup.internal.ByteArray
-
- org.signal.libsignal.zkgroup.profiles.ProfileKey
-
public final class ProfileKey extends ByteArray
-
-
Constructor Summary
Constructors Constructor Description ProfileKey(byte[] contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileKeyCommitmentgetCommitment(java.util.UUID uuid)ProfileKeyVersiongetProfileKeyVersion(java.util.UUID uuid)-
Methods inherited from class org.signal.libsignal.zkgroup.internal.ByteArray
equals, getInternalContentsForJNI, hashCode, serialize
-
-
-
-
Constructor Detail
-
ProfileKey
public ProfileKey(byte[] contents) throws InvalidInputException- Throws:
InvalidInputException
-
-
Method Detail
-
getCommitment
public ProfileKeyCommitment getCommitment(java.util.UUID uuid)
-
getProfileKeyVersion
public ProfileKeyVersion getProfileKeyVersion(java.util.UUID uuid)
-
-