[
https://issues.apache.org/jira/browse/CXF-8402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260317#comment-17260317
]
Dimitri Witkowski commented on CXF-8402:
----------------------------------------
Example from nimbus-jose-jwt:
[https://github.com/felx/nimbus-jose-jwt/blob/47d66f2775c392964788aa6389a46fac84f976cd/src/main/java/com/nimbusds/jose/jwk/ECKey.java#L272,]
this encodes the key properly
> JwkUtils::fromECPublicKey returns key coordinates without leading zero
> ----------------------------------------------------------------------
>
> Key: CXF-8402
> URL: https://issues.apache.org/jira/browse/CXF-8402
> Project: CXF
> Issue Type: Bug
> Reporter: Dimitri Witkowski
> Assignee: Colm O hEigeartaigh
> Priority: Major
> Attachments: Main.java, cert.pem, generate.sh,
> image-2021-01-07-09-35-19-811.png
>
>
> Hi!
> {{JwkUtils::fromECPublicKey}} returns key coordinates without leading zeroes
> because it's using {{BigInteger.toByteArray()}}, which returns only necessary
> bytes to encode a big integer value, here:
> [https://github.com/apache/cxf/blob/master/rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/jwk/JwkUtils.java#L378]
> This causes issues in different libraries, almost everywhere leading zeroes
> are expected to be present so that coordinate length is not changed depending
> on data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)