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