public class FullAttributes extends Object implements org.bouncycastle.asn1.ASN1Encodable
| 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 |
|---|---|
List |
getAttributeHolders()
Returns a list of the AttributeHolders.
|
static FullAttributes |
getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
Static variant of the constructor.
|
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Makes a DERObject representation.
|
public FullAttributes()
public FullAttributes(org.bouncycastle.asn1.ASN1Sequence seq)
seq - the SequenceIllegalArgumentException - if there are parsing problems.public static FullAttributes getInstance(org.bouncycastle.asn1.ASN1Sequence seq)
FullAttributes(ASN1Sequence seq)public List getAttributeHolders()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodableCopyright © 2014. All rights reserved.