Constructor and Description |
---|
RegTokenControl(DERUTF8String token)
Basic constructor - build from a UTF-8 string representing the token.
|
RegTokenControl(String token)
Basic constructor - build from a string representing the token.
|
Modifier and Type | Method and Description |
---|---|
ASN1ObjectIdentifier |
getType()
Return the type of this control.
|
ASN1Encodable |
getValue()
Return the token associated with this control (a UTF8String).
|
public RegTokenControl(DERUTF8String token)
token
- UTF-8 string representing the token.public RegTokenControl(String token)
token
- string representing the token.public ASN1ObjectIdentifier getType()
public ASN1Encodable getValue()
Copyright © 2015. All rights reserved.