javadoc updates for InvalidAlgorithmParameterException

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • unknown
    • Affects Version/s: unknown
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: