Please review this change, which enables DSA and ECDSA signatures in the IEEE P1363 format (the concatenation of r and s).

This is accomplished through an implementation of AlgorithmParameterSpec, SignatureFormatParameterSpec, which can be passed to the existing Signature.setParameter() method before signing or verifying a signature to indicate the desired signature format.

webrev: http://cr.openjdk.java.net/~juh/8042967/00/
bug: https://bugs.openjdk.java.net/browse/JDK-8042967

Thanks,
Jason

Reply via email to