Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Bouncy Castle.....Object Identifier ???

843810Mar 16 2004 — edited Mar 16 2004


Hi all!

I want to use Bouncy Castle as the security provider.
Now the problem is that I am checking out a piece of code and in this code it is using some
"Object Identifier" which is being used for each provider.
The declaration for Object Identifier in the code for an algorithm is as follows :

private static final int DES_EDE3_CBC_data[] = {1, 2, 840, 0x1bb8d, 3, 7};
public static final ObjectIdentifier RC2_CBC_oid = new ObjectIdentifier(RC2_CBC_data);
public static final ObjectIdentifier DES_EDE3_CBC_oid = new ObjectIdentifier DES_EDE3_CBC_data);

Does any one knows what this Object Identifier is used for and what is the Object Identifier for Bouncy's implementation of DESede and RSA ????

Thankz in advance
Arun
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 13 2004
Added on Mar 16 2004
2 comments
374 views