All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface orbasec.corba.ASN1Provider

public interface ASN1Provider
This class is supplied for an ASN1 compiler that can do encodings and decodings.


Method Index

 o DER_DN_to_String(byte[])
This function is to take a DER encoded X.500 Distinguished Name and translate it to a string.
 o equalDNs(byte[], byte[])
This function compares to DER encoded DNs.
 o String_to_DER_DN(String)
This function is to take a String version of an X.500 Distinguished Name and parse it to a DER encoding.

Methods

 o DER_DN_to_String
 public abstract String DER_DN_to_String(byte data[])
This function is to take a DER encoded X.500 Distinguished Name and translate it to a string.

 o String_to_DER_DN
 public abstract byte[] String_to_DER_DN(String name)
This function is to take a String version of an X.500 Distinguished Name and parse it to a DER encoding.

 o equalDNs
 public abstract boolean equalDNs(byte dn1[],
                                  byte dn2[])
This function compares to DER encoded DNs.


All Packages  Class Hierarchy  This Package  Previous  Next  Index