public class Attributes
extends ASN1Object
| Constructor and Description |
|---|
Attributes(ASN1EncodableVector v) |
| Modifier and Type | Method and Description |
|---|---|
Attribute[] |
getAttributes() |
static Attributes |
getInstance(ASN1TaggedObject obj,
boolean explicit) |
static Attributes |
getInstance(java.lang.Object obj)
Return an Attribute set object from the given object.
|
ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
public static Attributes getInstance(java.lang.Object obj)
Accepted inputs:
null → null
Attributes object
ASN1Set input formats with Attributes structure inside
obj - the object we want converted.java.lang.IllegalArgumentException - if the object cannot be converted.public static Attributes getInstance(ASN1TaggedObject obj, boolean explicit)
public Attribute[] getAttributes()
public ASN1Primitive toASN1Primitive()