org.glite.voms.ac
Class GenericAttribute
java.lang.Object
org.glite.voms.ac.GenericAttribute
- DEREncodable
public class GenericAttribute
extends java.lang.Object
implements DEREncodable
This class represents the single Generic Attribute.
DERObject | getDERObject() - Makes a DERObject representation.
|
static GenericAttribute | getInstance(ASN1Sequence seq) - Static variant of the constructor.
|
String | getName() - Gets the name of the attribute
|
String | getQualifier() - Gets the qualifier of the attribute
|
String | getValue() - Gets the value of the attribute
|
GenericAttribute
public GenericAttribute()
Empty contructor
GenericAttribute
public GenericAttribute(ASN1Sequence seq)
Creates a GenericAttributes object from a sequence.
getDERObject
public DERObject getDERObject()
Makes a DERObject representation.
getInstance
public static GenericAttribute getInstance(ASN1Sequence seq)
Static variant of the constructor.
GenericAttribute(ASN1Sequence seq)
getName
public String getName()
Gets the name of the attribute
getQualifier
public String getQualifier()
Gets the qualifier of the attribute
getValue
public String getValue()
Gets the value of the attribute