示例#1
0
 /**
  * Reads the value of the <code>AuthorityKeyIdentifier</code> extension field of the certificate.
  *
  * @return Authority key identifier.
  */
 public AuthorityKeyIdentifier readAuthorityKeyIdentifier() {
   return AuthorityKeyIdentifier.getInstance(read(ExtensionType.AuthorityKeyIdentifier));
 }