bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/64902] New: Keys returned by KeyPairGenerator don't use s


From: gnu_andrew at member dot fsf.org
Subject: [Bug classpath/64902] New: Keys returned by KeyPairGenerator don't use standardised algorithm names
Date: Mon, 02 Feb 2015 15:52:11 +0000

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64902

            Bug ID: 64902
           Summary: Keys returned by KeyPairGenerator don't use
                    standardised algorithm names
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
          Assignee: unassigned at gcc dot gnu.org
          Reporter: gnu_andrew at member dot fsf.org

Oracle specifies a set of standard algorithm names which should be returned
from the getAlgorithm() method of keys returned by KeyPairGenerator:

http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#KeyPairGenerator

The current implementation doesn't match these names, mainly due to case (e.g.
"rsa" instead of "RSA" is returned).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]