public final class AuthorizationCode extends SecureStringBuffer
To create a set of credentials, a user obtains an authorization code and reference number from the PKI administrator. Your application requests these from the user during the procedure for creating or recovering credentials.
BASE, HIGH, MEDIUM| Constructor and Description |
|---|
AuthorizationCode(java.lang.StringBuffer sb)
Constructs an
AuthorizationCode object consisting of the
validated authorization code. |
| Modifier and Type | Method and Description |
|---|---|
SecureStringBuffer |
getValidatedAuthorizationCode()
Accessor method that returns the validated authorization code.
|
clone, equals, getSensitivity, getStringBuffer, toASCIIByteArray, toByteArray, toByteArray, toCharArray, toISO88591ByteArray, toSecureByteArray, toSecureByteArray, toString, toStringBuffer, toUSASCIIByteArray, toUTF8ByteArray, wipepublic AuthorizationCode(java.lang.StringBuffer sb)
throws AuthorizationCodeException
AuthorizationCode object consisting of the
validated authorization code.sb - the user's authorization code, obtained from the PKI
administratorAuthorizationCodeExceptionpublic SecureStringBuffer getValidatedAuthorizationCode()