HomeSort by relevance Sort by last modified time
    Searched defs:akid (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AdaptableX509CertSelector.java 104 KeyIdentifier akid = (KeyIdentifier)akidext.get( local
106 if (akid != null) {
110 derout.putOctetString(akid.getIdentifier());
174 // the existing certificate is still valid, even if the AKID extension
180 // AKID need to be respected to seek the exact certificate in case
DistributionPointFetcher.java 375 // cannot recognize indirect CRL without AKID
600 KeyIdentifier akid = (KeyIdentifier)akidext.get( local
602 if (akid != null) {
604 derout.putOctetString(akid.getIdentifier());
760 // if AKID is unreliable, verify the CRL signature with the cer
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 257 AUTHORITY_KEYID *akid; member in struct:x509_st
426 AUTHORITY_KEYID *akid; member in struct:X509_crl_st
    [all...]

Completed in 168 milliseconds