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 RecipientRightsrightsprivate final ByteArrayoverEncryptionKey
-
Constructor Summary
Constructors Constructor Description TmrRecipientWithRights(AuthFactor authFactor, RecipientRights rights, ByteArray overEncryptionKey)
-
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 RecipientRightsgetRights()The rights for the associated authentication factor final ByteArraygetOverEncryptionKey()The over encryption key -
-
Constructor Detail
-
TmrRecipientWithRights
TmrRecipientWithRights(AuthFactor authFactor, RecipientRights rights, ByteArray overEncryptionKey)
-
-
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.
-
getRights
final RecipientRights getRights()
The rights for the associated authentication factor
-
getOverEncryptionKey
final ByteArray getOverEncryptionKey()
The over encryption key
-
-
-
-