Home
last modified time | relevance | path

Searched refs:completeKeyIdentifier (Results 1 – 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java819 ASN1Primitive completeKeyIdentifier = null; in processCRLC() local
822 completeKeyIdentifier = CertPathValidatorUtilities.getExtensionValue( in processCRLC()
843 if (completeKeyIdentifier == null) in processCRLC()
853 if (!completeKeyIdentifier.equals(deltaKeyIdentifier)) in processCRLC()