Package 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
Constructors Constructor Description Controls(AttributeTypeAndValue atv)Controls(AttributeTypeAndValue[] atvs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlsgetInstance(java.lang.Object o)ASN1PrimitivetoASN1Primitive()Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValueAttributeTypeAndValue[]toAttributeTypeAndValueArray()-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
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
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- a basic ASN.1 object representation.
-
-