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

Spec should accomodate algorithms like RawDSA and RSA encryption

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 5.0
    • 5.0
    • security-libs
    • tiger
    • generic
    • generic

      The specifications for java.security.Signature and javax.crypto.Cipher do not clearly allow for algorithms that cannot process data of arbitrary lengths. Examples of such algorithms are RawDSA signatures (data must be 20 bytes long) and RSA ciphers (data must be short enough to process in a single RSA operation).

      There is a need to support these algorithms in our standard APIs. The specifications should be amended to explicitly allow for them.

            andreas Andreas Sterbenz
            andreas Andreas Sterbenz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: