|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.voms.ac.FullAttributes
public class FullAttributes
This class represents the GenericAttributes extension which may be found in the AC.
Constructor Summary | |
---|---|
FullAttributes()
Empty contructor |
|
FullAttributes(org.bouncycastle.asn1.ASN1Sequence seq)
Creates a FullAttributes object from a sequence. |
Method Summary | |
---|---|
List |
getAttributeHolders()
Returns a list of the AttributeHolders. |
org.bouncycastle.asn1.DERObject |
getDERObject()
Makes a DERObject representation. |
static FullAttributes |
getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
Static variant of the constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullAttributes()
public FullAttributes(org.bouncycastle.asn1.ASN1Sequence seq)
seq
- the Sequence
IllegalArgumentException
- if there are parsing problems.Method Detail |
---|
public static FullAttributes getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
FullAttributes(ASN1Sequence seq)
public List getAttributeHolders()
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 |