Class ProfileKey
-
- All Implemented Interfaces:
public final class ProfileKey extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description ProfileKey(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description ProfileKeyCommitmentgetCommitment(ServiceId.Aci userId)ProfileKeyVersiongetProfileKeyVersion(ServiceId.Aci userId)Array<byte>deriveAccessKey()-
-
Constructor Detail
-
ProfileKey
ProfileKey(Array<byte> contents)
-
-
Method Detail
-
getCommitment
ProfileKeyCommitment getCommitment(ServiceId.Aci userId)
-
getProfileKeyVersion
ProfileKeyVersion getProfileKeyVersion(ServiceId.Aci userId)
-
deriveAccessKey
Array<byte> deriveAccessKey()
-
-
-
-