public class Controls extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private ASN1Sequence |
content |
| Modifier | Constructor and Description |
|---|---|
private |
Controls(ASN1Sequence seq) |
|
Controls(AttributeTypeAndValue atv) |
|
Controls(AttributeTypeAndValue[] atvs) |
| Modifier and Type | Method and Description |
|---|---|
static Controls |
getInstance(java.lang.Object o) |
ASN1Primitive |
toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
|
AttributeTypeAndValue[] |
toAttributeTypeAndValueArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectprivate ASN1Sequence content
private Controls(ASN1Sequence seq)
public Controls(AttributeTypeAndValue atv)
public Controls(AttributeTypeAndValue[] atvs)
public static Controls getInstance(java.lang.Object o)
public AttributeTypeAndValue[] toAttributeTypeAndValueArray()
public ASN1Primitive toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object