Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.asn1.crmf
Class Controls

java.lang.Object
  |
  +--org.bouncycastle.asn1.ASN1Object
        |
        +--org.bouncycastle.asn1.crmf.Controls
All Implemented Interfaces:
ASN1Encodable, Encodable

public class Controls
extends ASN1Object


Constructor Summary
Controls(AttributeTypeAndValue atv)
           
Controls(AttributeTypeAndValue[] atvs)
           
 
Method Summary
static Controls getInstance(java.lang.Object o)
           
 ASN1Primitive toASN1Primitive()
          Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
 AttributeTypeAndValue[] toAttributeTypeAndValueArray()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Controls

public Controls(AttributeTypeAndValue atv)

Controls

public Controls(AttributeTypeAndValue[] atvs)
Method Detail

getInstance

public static Controls getInstance(java.lang.Object o)

toAttributeTypeAndValueArray

public AttributeTypeAndValue[] toAttributeTypeAndValueArray()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
Overrides:
toASN1Primitive in class ASN1Object
Returns:
a basic ASN.1 object representation.

Bouncy Castle Cryptography Library 1.77.0