org.bouncycastle.ocsp
Class OCSPUtil

java.lang.Object
  extended by org.bouncycastle.ocsp.OCSPUtil

 class OCSPUtil
extends java.lang.Object


Field Summary
private static java.util.Hashtable algorithms
           
private static java.util.Set noParams
           
private static java.util.Hashtable oids
           
 
Constructor Summary
OCSPUtil()
           
 
Method Summary
(package private) static java.util.Iterator getAlgNames()
           
(package private) static java.lang.String getAlgorithmName(DERObjectIdentifier oid)
           
(package private) static DERObjectIdentifier getAlgorithmOID(java.lang.String algorithmName)
           
(package private) static AlgorithmIdentifier getSigAlgID(DERObjectIdentifier sigOid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithms

private static java.util.Hashtable algorithms

oids

private static java.util.Hashtable oids

noParams

private static java.util.Set noParams
Constructor Detail

OCSPUtil

OCSPUtil()
Method Detail

getAlgorithmOID

static DERObjectIdentifier getAlgorithmOID(java.lang.String algorithmName)

getAlgorithmName

static java.lang.String getAlgorithmName(DERObjectIdentifier oid)

getSigAlgID

static AlgorithmIdentifier getSigAlgID(DERObjectIdentifier sigOid)

getAlgNames

static java.util.Iterator getAlgNames()