Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4430190

javadoc updates for InvalidAlgorithmParameterException

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • unknown
    • unknown
    • security-libs
    • 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.

            wetmore Bradford Wetmore
            smalkanisunw Seema Malkani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: