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, hashCodepublic Controls(AttributeTypeAndValue atv)
public Controls(AttributeTypeAndValue[] atvs)
public AttributeTypeAndValue[] toAttributeTypeAndValueArray()
public DERObject toASN1Object()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.