Ejemplo n.º 1
0
 /** @return the Holder authorization and role (CVCA, DV, IS). */
 public ASN1ObjectIdentifier getHolderAuthorization() throws IOException {
   CertificateHolderAuthorization cha = certificateBody.getCertificateHolderAuthorization();
   return cha.getOid();
 }