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