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.
-
DER_DN_to_String(byte[])
- This function is to take a DER encoded X.500 Distinguished Name
and translate it to a string.
-
equalDNs(byte[], byte[])
- This function compares to DER encoded DNs.
-
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.
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.
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.
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