Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.crmf
Class Controls

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.crmf.Controls
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class Controls
extends org.bouncycastle.asn1.ASN1Object


Constructor Summary
Controls(AttributeTypeAndValue atv)
           
Controls(AttributeTypeAndValue[] atvs)
           
 
Method Summary
static Controls getInstance(java.lang.Object o)
           
 org.bouncycastle.asn1.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 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue

Returns:
a basic ASN.1 object representation.

Bouncy Castle Cryptography Library 1.79