[
https://issues.apache.org/jira/browse/DIRSHARED-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871605#action_12871605
]
Emmanuel Lecharny commented on DIRSHARED-12:
--------------------------------------------
It's a bit more complicated : Kerberos heavily depend on shared-asn1, and many
added methods aren't present in the BC classes. We can easily fix the
intValue() method by getValue().intValue(), the same for getOctets() which is
already existing as getBytes().
The main problem is the DERSequence.add( DERObject ) which does not exist in
BC, and this is a major show-stopper.
> Remove the code taken from BouncyCastle since we now depend on bouncy castle.
> -----------------------------------------------------------------------------
>
> Key: DIRSHARED-12
> URL: https://issues.apache.org/jira/browse/DIRSHARED-12
> Project: Directory Shared
> Issue Type: Task
> Reporter: Alex Karasulu
> Assignee: Felix Knecht
> Fix For: 1.1.0
>
>
> We have a dep on bc now so there's no need for the forked classes in
> shared-asn1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.