-
Bug
-
Resolution: Fixed
-
P4
-
unknown
-
None
-
ventura
-
sparc
-
generic
With the putback of bug 4396290: Need a way to pass algorithm specific parameters to TM's and KM's, javadoc needs to be updated to reflect
the changes made.
KeyManagerFactorySpi.java
protected abstract void engineInit(ManagerFactoryParameters spec)
throws InvalidAlgorithmParameterException;
TrustManagerFactorySpi.java
protected abstract void engineInit(ManagerFactoryParameters spec)
throws InvalidAlgorithmParameterException;
Building javadocs for JSSE gives following warnings:
javadoc: warning - Method javax.net.ssl.KeyManagerFactorySpi.engineInit
declares that it throws
java.security.InvalidAlgorithmParameterException,
but does not document it.
javadoc: warning - Method javax.net.ssl.TrustManagerFactorySpi.engineInit
declares that it throws
java.security.InvalidAlgorithmParameterException,
but does not document it.