org.glite.voms.ac
Class FullAttributes
java.lang.Object
org.glite.voms.ac.FullAttributes
- DEREncodable
public class FullAttributes
extends java.lang.Object
implements DEREncodable
This class represents the GenericAttributes extension which may be found
in the AC.
FullAttributes
public FullAttributes()
Empty contructor
FullAttributes
public FullAttributes(ASN1Sequence seq)
Creates a FullAttributes object from a sequence.
getAttributeHolders
public List getAttributeHolders()
Returns a list of the AttributeHolders.
- the list or null if none was there.
getDERObject
public DERObject getDERObject()
Makes a DERObject representation.
getInstance
public static FullAttributes getInstance(ASN1Sequence seq)
Static variant of the constructor.
FullAttributes(ASN1Sequence seq)