org.webdocwf.util.smime.der
Class IdentifierStorage

java.lang.Object
  |
  +--org.webdocwf.util.smime.der.IdentifierStorage

public class IdentifierStorage
extends java.lang.Object

IdentifierStorage is used for storing different types of OID-s (Object Identifiers). OID-s are necessary for forming ASN.1 notation of SMIME structured data.


Constructor Summary
IdentifierStorage()
           
 
Method Summary
static int[] getID(java.lang.String s0)
          Returns OID-s as int array which corresponds to the defined name necessary for forming ASN.1 notation of Object Identifiers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifierStorage

public IdentifierStorage()
Method Detail

getID

public static int[] getID(java.lang.String s0)
Returns OID-s as int array which corresponds to the defined name necessary for forming ASN.1 notation of Object Identifiers.
Parameters:
s0 - name of desired OID-s (Object Identifiers)
Returns:
OID-s (in the case of error returns -1)


Copyright © 2002-2002 Together Teamlösungen. All Rights Reserved.