public class Controls extends ASN1Object
Constructor and Description |
---|
Controls(AttributeTypeAndValue atv) |
Controls(AttributeTypeAndValue[] atvs) |
Modifier and Type | Method and Description |
---|---|
static Controls |
getInstance(Object o) |
ASN1Primitive |
toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
|
AttributeTypeAndValue[] |
toAttributeTypeAndValueArray() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public Controls(AttributeTypeAndValue atv)
public Controls(AttributeTypeAndValue[] atvs)
public AttributeTypeAndValue[] toAttributeTypeAndValueArray()
public ASN1Primitive toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2018 BouncyCastle.org. All rights reserved.