Skip to content

Commit 8667912

Browse files
committed
Expand policyTreeValidator JavaDoc with that it depends on JCA provider
1 parent 083a518 commit 8667912

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

webauthn-server-core/src/main/java/com/yubico/webauthn/attestation/AttestationTrustSource.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ class TrustRootsResult {
118118
* Predicate} should return <code>true</code> if the policy tree is acceptable, and <code>false
119119
* </code> otherwise.
120120
*
121-
* <p>This may be required if any certificate in the certificate path contains a certificate
122-
* policies extension marked critical. If this is not set, then such a certificate will be
123-
* rejected by the certificate path validator.
121+
* <p>Depending on your <code>"PKIX"</code> JCA provider configuration, this may be required if
122+
* any certificate in the certificate path contains a certificate policies extension marked
123+
* critical. If this is not set, then such a certificate will be rejected by the certificate
124+
* path validator from the default provider.
124125
*
125126
* <p>Consult the <a
126127
* href="https://docs.oracle.com/en/java/javase/17/security/java-pki-programmers-guide.html#GUID-3AD41382-E729-469B-83EE-CB2FE66D71D8">Java

0 commit comments

Comments
 (0)