public class Controls
extends org.bouncycastle.asn1.ASN1Object
Constructor and Description |
---|
Controls(AttributeTypeAndValue atv) |
Controls(AttributeTypeAndValue[] atvs) |
Modifier and Type | Method and Description |
---|---|
static Controls |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
|
AttributeTypeAndValue[] |
toAttributeTypeAndValueArray() |
public Controls(AttributeTypeAndValue atv)
public Controls(AttributeTypeAndValue[] atvs)
public static Controls getInstance(java.lang.Object o)
public AttributeTypeAndValue[] toAttributeTypeAndValueArray()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object