Class ReceiptCredentialPresentation
- java.lang.Object
-
- org.signal.libsignal.zkgroup.internal.ByteArray
-
- org.signal.libsignal.zkgroup.receipts.ReceiptCredentialPresentation
-
public final class ReceiptCredentialPresentation extends ByteArray
-
-
Constructor Summary
Constructors Constructor Description ReceiptCredentialPresentation(byte[] contents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetReceiptExpirationTime()longgetReceiptLevel()ReceiptSerialgetReceiptSerial()-
Methods inherited from class org.signal.libsignal.zkgroup.internal.ByteArray
equals, getInternalContentsForJNI, hashCode, serialize
-
-
-
-
Constructor Detail
-
ReceiptCredentialPresentation
public ReceiptCredentialPresentation(byte[] contents) throws InvalidInputException- Throws:
InvalidInputException
-
-
Method Detail
-
getReceiptExpirationTime
public long getReceiptExpirationTime()
-
getReceiptLevel
public long getReceiptLevel()
-
getReceiptSerial
public ReceiptSerial getReceiptSerial()
-
-