Class AuthCredentialPresentation
-
- All Implemented Interfaces:
public final class AuthCredentialPresentation extends ByteArray
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAuthCredentialPresentation.Version
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description AuthCredentialPresentation(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description UuidCiphertextgetUuidCiphertext()UuidCiphertextgetPniCiphertext()Returns the PNI ciphertext for this credential. InstantgetRedemptionTime()AuthCredentialPresentation.VersiongetVersion()-
-
Constructor Detail
-
AuthCredentialPresentation
AuthCredentialPresentation(Array<byte> contents)
-
-
Method Detail
-
getUuidCiphertext
UuidCiphertext getUuidCiphertext()
-
getPniCiphertext
UuidCiphertext getPniCiphertext()
Returns the PNI ciphertext for this credential. Will never be
null.
-
getRedemptionTime
Instant getRedemptionTime()
-
getVersion
AuthCredentialPresentation.Version getVersion()
-
-
-
-