org.glite.voms.ac

Class FullAttributes

Implemented Interfaces:
DEREncodable

public class FullAttributes
extends java.lang.Object
implements DEREncodable

This class represents the GenericAttributes extension which may be found in the AC.

Constructor Summary

FullAttributes()
Empty contructor
FullAttributes(ASN1Sequence seq)
Creates a FullAttributes object from a sequence.

Method Summary

List
getAttributeHolders()
Returns a list of the AttributeHolders.
DERObject
getDERObject()
Makes a DERObject representation.
static FullAttributes
getInstance(ASN1Sequence seq)
Static variant of the constructor.

Constructor Details

FullAttributes

public FullAttributes()
Empty contructor

FullAttributes

public FullAttributes(ASN1Sequence seq)
Creates a FullAttributes object from a sequence.
Parameters:
seq - the Sequence

Method Details

getAttributeHolders

public List getAttributeHolders()
Returns a list of the AttributeHolders.
Returns:
the list or null if none was there.

getDERObject

public DERObject getDERObject()
Makes a DERObject representation.
Returns:
the DERObject

getInstance

public static FullAttributes getInstance(ASN1Sequence seq)
Static variant of the constructor.
See Also:
FullAttributes(ASN1Sequence seq)