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