org.bouncycastle.asn1.crmf
Class Controls
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.crmf.Controls
- All Implemented Interfaces:
- org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
- public class Controls
- extends org.bouncycastle.asn1.ASN1Object
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 |
Controls
public Controls(AttributeTypeAndValue atv)
Controls
public Controls(AttributeTypeAndValue[] atvs)
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.