[jboss-jira] [JBoss JIRA] (ELY-163) Review Base64

Jan Kalina (JIRA) issues at jboss.org
Tue Jun 9 17:37:02 EDT 2015


    [ https://issues.jboss.org/browse/ELY-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13076436#comment-13076436 ] 

Jan Kalina commented on ELY-163:
--------------------------------

Java 8 provide encoders/decoder for Basic/Standard, MIME and URL alphabet and it looks it doesnt allow add custom alphabet:
https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html

Elytron needs Standard, MOD_CRYPT and BCrypt alphabets and their Elytron implementation allow easy adding of new alphabet and is integrated with Elytron Iterators.

Modification to use JDK implementation would probably simplify nothing.

> Review Base64
> -------------
>
>                 Key: ELY-163
>                 URL: https://issues.jboss.org/browse/ELY-163
>             Project: WildFly Elytron
>          Issue Type: Enhancement
>          Components: Utils
>            Reporter: Darran Lofthouse
>             Fix For: 1.0.0.Beta1
>
>
> Now that we have switched to Java 8 we have some Base64 handling available from the JVM - can we make use of this and minimise out own implementation?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list