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

KerberosKey algorithm names are not specified

XMLWordPrintable

      javax.security.auth.kerberos.KerberosKey::getAlgorithm has

           * Returns the standard algorithm name for this key. For
           * example, "DES" would indicate that this key is a DES key.
           * See Appendix A in the <a href=
           * "../../../../../technotes/guides/security/crypto/CryptoSpec.html#AppA">
           * Java Cryptography Architecture API Specification &amp; Reference
           * </a>
           * for information about standard algorithm names.

      CryptoSpec.html#AppA points the Standard Names doc. However, the algorithm names for a KerberosKey is not exactly the same as, say, Cipher algorithm names. For example, AES128 and AES256 are two different Kerberos etypes.

            weijun Weijun Wang
            weijun Weijun Wang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: