-
Enhancement
-
Resolution: Unresolved
-
P3
-
None
-
None
X509Certificate: verify -
https://download.java.net/java/early_access/jdk19/docs/api/java.base/java/security/cert/X509Certificate.html#verify(java.security.PublicKey,java.security.Provider)
The spec is silent about
1) What's the behavior when supplied Provider is null
2) What's the behavior when supplied PublicKey is null
It would be better to clarify this in the spec.
https://download.java.net/java/early_access/jdk19/docs/api/java.base/java/security/cert/X509Certificate.html#verify(java.security.PublicKey,java.security.Provider)
The spec is silent about
1) What's the behavior when supplied Provider is null
2) What's the behavior when supplied PublicKey is null
It would be better to clarify this in the spec.