public class Controls extends ASN1Encodable
BER, DER
Constructor and Description |
---|
Controls(AttributeTypeAndValue atv) |
Controls(AttributeTypeAndValue[] atvs) |
Modifier and Type | Method and Description |
---|---|
static Controls |
getInstance(Object o) |
DERObject |
toASN1Object()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
|
AttributeTypeAndValue[] |
toAttributeTypeAndValueArray() |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public Controls(AttributeTypeAndValue atv)
public Controls(AttributeTypeAndValue[] atvs)
public AttributeTypeAndValue[] toAttributeTypeAndValueArray()
public DERObject toASN1Object()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
toASN1Object
in class ASN1Encodable
Copyright © 2015. All rights reserved.