Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSignatureSchemeV3Verifier.java461 HashSet<X509Certificate> certHistorySet = new HashSet<>(); in verifyProofOfRotationStruct() local
500 if (certHistorySet.contains(lastCert)) { in verifyProofOfRotationStruct()
505 certHistorySet.add(lastCert); in verifyProofOfRotationStruct()