Searched refs:anchorSet (Results 1 – 1 of 1) sorted by relevance
562 Set<TrustAnchor> anchorSet = Set.of(new TrustAnchor(mPendingRootCaCert, null)); in configureServerValidationMethod() local563 PKIXParameters params = new PKIXParameters(anchorSet); in configureServerValidationMethod()