Home
last modified time | relevance | path

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

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DX509Utils.java135 Set<TrustAnchor> trustedAnchors = Set.of(new TrustAnchor(rootCert, null)); in verifyCertChain() local
139 PKIXParameters parameters = new PKIXParameters(trustedAnchors); in verifyCertChain()