Class CallLinkAuthCredentialPresentation
-
- All Implemented Interfaces:
public final class CallLinkAuthCredentialPresentation extends ByteArray
-
-
Field Summary
Fields Modifier and Type Field Description public final static ByteArray.UncheckedAndUnclonedUNCHECKED_AND_UNCLONED
-
Constructor Summary
Constructors Constructor Description CallLinkAuthCredentialPresentation(Array<byte> contents)
-
Method Summary
Modifier and Type Method Description voidverify(GenericServerSecretParams serverParams, CallLinkPublicParams callLinkParams)voidverify(Instant currentTime, GenericServerSecretParams serverParams, CallLinkPublicParams callLinkParams)UuidCiphertextgetUserId()-
-
Constructor Detail
-
CallLinkAuthCredentialPresentation
CallLinkAuthCredentialPresentation(Array<byte> contents)
-
-
Method Detail
-
verify
void verify(GenericServerSecretParams serverParams, CallLinkPublicParams callLinkParams)
-
verify
void verify(Instant currentTime, GenericServerSecretParams serverParams, CallLinkPublicParams callLinkParams)
-
getUserId
UuidCiphertext getUserId()
-
-
-
-