Class CertificateHolderAuthorization

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.eac.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,
  }