|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.ac.GenericAttribute
public class GenericAttribute
This class represents the single Generic Attribute.
Constructor Summary | |
---|---|
GenericAttribute()
Empty contructor |
|
GenericAttribute(org.bouncycastle.asn1.ASN1Sequence seq)
Creates a GenericAttributes object from a sequence. |
Method Summary | |
---|---|
org.bouncycastle.asn1.DERObject |
getDERObject()
Makes a DERObject representation. |
static GenericAttribute |
getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
Static variant of the constructor. |
java.lang.String |
getName()
Gets the name of the attribute |
java.lang.String |
getQualifier()
Gets the qualifier of the attribute |
java.lang.String |
getValue()
Gets the value of the attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericAttribute()
public GenericAttribute(org.bouncycastle.asn1.ASN1Sequence seq)
seq
- the Sequence
java.lang.IllegalArgumentException
- if there are parsing problems.Method Detail |
---|
public static GenericAttribute getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
GenericAttribute(ASN1Sequence seq)
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getQualifier()
public org.bouncycastle.asn1.DERObject getDERObject()
getDERObject
in interface org.bouncycastle.asn1.DEREncodable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |