Class Success
-
- All Implemented Interfaces:
-
org.forgerock.android.auth.devicebind.DeviceBindingStatus
public final class Success implements DeviceBindingStatus
Represent the success status after DeviceAuthenticator.authenticate
-
-
Field Summary
Fields Modifier and Type Field Description private final PrivateKeyprivateKeyprivate final Signaturesignature
-
Constructor Summary
Constructors Constructor Description Success(PrivateKey privateKey, Signature signature)
-
Method Summary
Modifier and Type Method Description final PrivateKeygetPrivateKey()The unlocked private key final SignaturegetSignature()The unlocked signature -
-
Constructor Detail
-
Success
Success(PrivateKey privateKey, Signature signature)
-
-
Method Detail
-
getPrivateKey
final PrivateKey getPrivateKey()
The unlocked private key
-
getSignature
final Signature getSignature()
The unlocked signature
-
-
-
-