|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.cert.crmf.AuthenticatorControl
public class AuthenticatorControl
Carrier for an authenticator control.
| Constructor Summary | |
|---|---|
AuthenticatorControl(org.bouncycastle.asn1.DERUTF8String token)
Basic constructor - build from a UTF-8 string representing the token. |
|
AuthenticatorControl(java.lang.String token)
Basic constructor - build from a string representing the token. |
|
| Method Summary | |
|---|---|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getType()
Return the type of this control. |
org.bouncycastle.asn1.ASN1Encodable |
getValue()
Return the token associated with this control (a UTF8String). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticatorControl(org.bouncycastle.asn1.DERUTF8String token)
token - UTF-8 string representing the token.public AuthenticatorControl(java.lang.String token)
token - string representing the token.| Method Detail |
|---|
public org.bouncycastle.asn1.ASN1ObjectIdentifier getType()
getType in interface Controlpublic org.bouncycastle.asn1.ASN1Encodable getValue()
getValue in interface Control
|
Bouncy Castle Cryptography 1.47 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||