Class CallLinkSecretParams
-
- All Implemented Interfaces:
public final class CallLinkSecretParams extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description CallLinkSecretParams(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description static CallLinkSecretParamsderiveFromRootKey(Array<byte> rootKey)CallLinkPublicParamsgetPublicParams()ServiceId.AcidecryptUserId(UuidCiphertext ciphertext)-
-
Constructor Detail
-
CallLinkSecretParams
CallLinkSecretParams(Array<byte> contents)
-
-
Method Detail
-
deriveFromRootKey
static CallLinkSecretParams deriveFromRootKey(Array<byte> rootKey)
-
getPublicParams
CallLinkPublicParams getPublicParams()
-
decryptUserId
ServiceId.Aci decryptUserId(UuidCiphertext ciphertext)
-
-
-
-