Class ProfileKeyCredentialPresentation
- java.lang.Object
-
- org.signal.libsignal.zkgroup.internal.ByteArray
-
- org.signal.libsignal.zkgroup.profiles.ProfileKeyCredentialPresentation
-
public final class ProfileKeyCredentialPresentation extends ByteArray
-
-
Constructor Summary
Constructors Constructor Description ProfileKeyCredentialPresentation(byte[] contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProfileKeyCiphertextgetProfileKeyCiphertext()UuidCiphertextgetUuidCiphertext()-
Methods inherited from class org.signal.libsignal.zkgroup.internal.ByteArray
equals, getInternalContentsForJNI, hashCode, serialize
-
-
-
-
Constructor Detail
-
ProfileKeyCredentialPresentation
public ProfileKeyCredentialPresentation(byte[] contents) throws InvalidInputException- Throws:
InvalidInputException
-
-
Method Detail
-
getUuidCiphertext
public UuidCiphertext getUuidCiphertext()
-
getProfileKeyCiphertext
public ProfileKeyCiphertext getProfileKeyCiphertext()
-
-