com.mindbright.security.x509
Class AlgorithmIdentifier

java.lang.Object
  extended by com.mindbright.asn1.ASN1Object
      extended by com.mindbright.asn1.ASN1Structure
          extended by com.mindbright.asn1.ASN1Sequence
              extended by com.mindbright.security.x509.AlgorithmIdentifier

public class AlgorithmIdentifier
extends ASN1Sequence


Field Summary
 ASN1OID algorithm
           
 ASN1AnyDefinedBy parameters
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
AlgorithmIdentifier()
           
 
Method Summary
 java.lang.String algorithmName()
           
 
Methods inherited from class com.mindbright.asn1.ASN1Structure
addComponent, addComponent, addOptional, addOptional, addOptional, decodeValue, encodeValue, equals, getComponent, getCount, getDecodeComponent, getDefault, getDistinctComponent, hashCode, isOptional, ofType
 
Methods inherited from class com.mindbright.asn1.ASN1Object
decodeValue, getTag, getType, isSet, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algorithm

public ASN1OID algorithm

parameters

public ASN1AnyDefinedBy parameters
Constructor Detail

AlgorithmIdentifier

public AlgorithmIdentifier()
Method Detail

algorithmName

public java.lang.String algorithmName()