Class AuthenticatorControl

java.lang.Object
org.bouncycastle.cert.crmf.AuthenticatorControl
All Implemented Interfaces:
Control

public class AuthenticatorControl extends Object implements Control
Carrier for an authenticator control.
  • Constructor Details

    • AuthenticatorControl

      public AuthenticatorControl(ASN1UTF8String token)
      Basic constructor - build from a UTF-8 string representing the token.
      Parameters:
      token - UTF-8 string representing the token.
    • AuthenticatorControl

      public AuthenticatorControl(String token)
      Basic constructor - build from a string representing the token.
      Parameters:
      token - string representing the token.
  • Method Details

    • getType

      public ASN1ObjectIdentifier getType()
      Return the type of this control.
      Specified by:
      getType in interface Control
      Returns:
      CRMFObjectIdentifiers.id_regCtrl_authenticator
    • getValue

      public ASN1Encodable getValue()
      Return the token associated with this control (a UTF8String).
      Specified by:
      getValue in interface Control
      Returns:
      a UTF8String.