public class FullAttributes
extends java.lang.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 |
|---|---|
java.util.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 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.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodableCopyright © 2013. All Rights Reserved.