Class Overview
Carrier for an authenticator control.
Summary
Public Constructors |
|
AuthenticatorControl(DERUTF8String token)
Basic constructor - build from a UTF-8 string representing the token.
|
|
AuthenticatorControl(String token)
Basic constructor - build from a string representing the token.
|
Public Methods |
ASN1ObjectIdentifier
|
getType()
Return the type of this control.
|
ASN1Encodable
|
getValue()
Return the token associated with this control (a UTF8String).
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.bouncycastle.cert.crmf.Control
abstract
ASN1ObjectIdentifier
|
getType()
Return the type of this control.
|
abstract
ASN1Encodable
|
getValue()
Return the value contained in this control object.
|
|
Public Constructors
public
AuthenticatorControl
(DERUTF8String token)
Basic constructor - build from a UTF-8 string representing the token.
Parameters
token
| UTF-8 string representing the token.
|
public
AuthenticatorControl
(String token)
Basic constructor - build from a string representing the token.
Parameters
token
| string representing the token.
|
Public Methods
public
ASN1ObjectIdentifier
getType
()
Return the type of this control.
Returns
- CRMFObjectIdentifiers.id_regCtrl_authenticator
public
ASN1Encodable
getValue
()
Return the token associated with this control (a UTF8String).