Class ProfileKeyCredentialPresentation
-
- All Implemented Interfaces:
public final class ProfileKeyCredentialPresentation extends ByteArray
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumProfileKeyCredentialPresentation.Version
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description ProfileKeyCredentialPresentation(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description UuidCiphertextgetUuidCiphertext()ProfileKeyCiphertextgetProfileKeyCiphertext()Array<byte>getStructurallyValidV1PresentationBytes()ProfileKeyCredentialPresentation.VersiongetVersion()-
-
Constructor Detail
-
ProfileKeyCredentialPresentation
ProfileKeyCredentialPresentation(Array<byte> contents)
-
-
Method Detail
-
getUuidCiphertext
UuidCiphertext getUuidCiphertext()
-
getProfileKeyCiphertext
ProfileKeyCiphertext getProfileKeyCiphertext()
-
getStructurallyValidV1PresentationBytes
Array<byte> getStructurallyValidV1PresentationBytes()
-
getVersion
ProfileKeyCredentialPresentation.Version getVersion()
-
-
-
-