Skip to content

DefaultAlgorithmNameFinder does not have names for Ed25519 and Ed448 #2306

@mauromol

Description

@mauromol

While working with DefaultAlgorithmNameFinder, I found out that it has no mapping for Ed25519 and Ed448.
So, for example, if you do new DefaultAlgorithmNameFinder.getAlgorithmName(EdECObjectIdentifiers.id_Ed25519) you just get "1.3.101.112" instead of "ED25519".
This is in contrast with what is handled by DefaultSignatureNameFinder (I'm not sure what's the difference between this and DefaultAlgorithmNameFinder TBH) and DefaultSignatureAlgorithmIdentifierFinder, which both support ED25519 for that.

I'm using Bouncy Castle 1.84.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions