org.glite.voms.ac
public class FullAttributes extends java.lang.Object implements org.bouncycastle.asn1.DEREncodable
| Constructor and Description |
|---|
FullAttributes()
Empty contructor
|
FullAttributes(org.bouncycastle.asn1.ASN1Sequence seq)
Creates a FullAttributes object from a sequence.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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.
|
public FullAttributes()
public FullAttributes(org.bouncycastle.asn1.ASN1Sequence seq)
seq - the Sequencejava.lang.IllegalArgumentException - if there are parsing problems.public static FullAttributes getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
FullAttributes(ASN1Sequence seq)public java.util.List getAttributeHolders()
public org.bouncycastle.asn1.DERObject getDERObject()
getDERObject in interface org.bouncycastle.asn1.DEREncodable