com.mindbright.security.x509
Class Attribute

java.lang.Object
  extended bycom.mindbright.asn1.ASN1Object
      extended bycom.mindbright.asn1.ASN1Structure
          extended bycom.mindbright.asn1.ASN1Sequence
              extended bycom.mindbright.security.x509.Attribute

public class Attribute
extends ASN1Sequence


Field Summary
 ASN1OID type
           
 ASN1SetOf values
           
 
Fields inherited from class com.mindbright.asn1.ASN1Structure
components, count, ofType
 
Fields inherited from class com.mindbright.asn1.ASN1Object
isSet, tag
 
Constructor Summary
Attribute()
           
 
Method Summary
 java.lang.String attributeName()
           
protected  java.lang.Class lookupAttr()
           
 
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

type

public ASN1OID type

values

public ASN1SetOf values
Constructor Detail

Attribute

public Attribute()
Method Detail

lookupAttr

protected java.lang.Class lookupAttr()

attributeName

public java.lang.String attributeName()