Class CertificateHolderAuthorization

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

    public class CertificateHolderAuthorization
    extends ASN1Object
    an Iso7816CertificateHolderAuthorization structure.
      Certificate Holder Authorization ::= SEQUENCE {
          // specifies the format and the rules for the evaluation of the authorization
          // level
          ASN1ObjectIdentifier        oid,
          // access rights
          DERApplicationSpecific    accessRights,
      }