Package org.bouncycastle.cert.crmf
Class AuthenticatorControl
java.lang.Object
org.bouncycastle.cert.crmf.AuthenticatorControl
- All Implemented Interfaces:
Control
Carrier for an authenticator control.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticatorControl(String token) Basic constructor - build from a string representing the token.Basic constructor - build from a UTF-8 string representing the token. -
Method Summary
-
Constructor Details
-
AuthenticatorControl
Basic constructor - build from a UTF-8 string representing the token.- Parameters:
token- UTF-8 string representing the token.
-
AuthenticatorControl
Basic constructor - build from a string representing the token.- Parameters:
token- string representing the token.
-
-
Method Details