Package io.seald.seald_sdk
Class TmrRecipientWithRights
-
- All Implemented Interfaces:
public final class TmrRecipientWithRightsTmrRecipientWithRights Represents a tmr recipient with the associated rights
-
-
Field Summary
Fields Modifier and Type Field Description private final AuthFactorauthFactorprivate final ByteArrayoverEncryptionKeyprivate final RecipientRightsrights
-
Constructor Summary
Constructors Constructor Description TmrRecipientWithRights(AuthFactor authFactor, ByteArray overEncryptionKey, RecipientRights rights)
-
Method Summary
Modifier and Type Method Description final AuthFactorgetAuthFactor()Authentication method of this user, to which SSKS has sent a challenge at the request of your app's server. final ByteArraygetOverEncryptionKey()The over encryption key final RecipientRightsgetRights()The rights for the associated authentication factor -
-
Constructor Detail
-
TmrRecipientWithRights
TmrRecipientWithRights(AuthFactor authFactor, ByteArray overEncryptionKey, RecipientRights rights)
-
-
Method Detail
-
getAuthFactor
final AuthFactor getAuthFactor()
Authentication method of this user, to which SSKS has sent a challenge at the request of your app's server.
-
getOverEncryptionKey
final ByteArray getOverEncryptionKey()
The over encryption key
-
getRights
final RecipientRights getRights()
The rights for the associated authentication factor
-
-
-
-