XCMS Toolkit

com.cms.crypto
Class AlgorithmIdentifierMapping

java.lang.Object
  extended by com.cms.crypto.AlgorithmIdentifierMapping

public class AlgorithmIdentifierMapping
extends java.lang.Object

Maps generated algorithm information object identifier Java variable names to string names.

Version:
1.00 - 2006/02/12
Author:
support@phillipgriffin.com

Method Summary
 java.lang.String getAlgorithmName(ASN1ObjectIdentifier id)
          Retrieves the name of an algorithm based on its ASN.1 information object identifier (OID) value.
static AlgorithmIdentifierMapping getInstance()
          Retrieves a new instance of AlgorithmIdentifierMapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AlgorithmIdentifierMapping getInstance()
Retrieves a new instance of AlgorithmIdentifierMapping.

Returns:
an instance of AlgorithmIdentifierMapping

getAlgorithmName

public java.lang.String getAlgorithmName(ASN1ObjectIdentifier id)
Retrieves the name of an algorithm based on its ASN.1 information object identifier (OID) value.

Parameters:
id - an algorithm information object identifier (OID)
Returns:
the name associated with the OID

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.