public class AuthorizationField extends AbstractDataField
CVC_VERSION, NEWLINE| Modifier and Type | Method and Description |
|---|---|
AccessRightEnum |
getAccessRight()
Deprecated.
Use
getAccessRights() instead |
AccessRights |
getAccessRights()
Returns access rights.
|
AuthorizationRole |
getAuthRole()
Returns the role.
|
protected byte[] |
getEncoded()
Generates a DER-encoded byte array from this object
|
AuthorizationRoleEnum |
getRole()
Deprecated.
Use
getAuthRole() instead |
protected String |
valueAsText()
Returns this field's data as text
|
encode, getAsTextdecodeLength, encodeLength, getAsText, getAsText, getAsText, getParent, getTag, setParent, toByteArray, toByteArray, trimByteArray@Deprecated public AuthorizationRoleEnum getRole()
getAuthRole() insteadUnsupportedOperationException - if the rights is of authentication or signing terminal type.public AuthorizationRole getAuthRole()
@Deprecated public AccessRightEnum getAccessRight()
getAccessRights() insteadUnsupportedOperationException - if the rights is of authentication or signing terminal type.public AccessRights getAccessRights()
protected byte[] getEncoded()
AbstractDataFieldgetEncoded in class AbstractDataFieldprotected String valueAsText()
AbstractDataFieldvalueAsText in class AbstractDataFieldCopyright © 2017. All rights reserved.