Package 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Controls
org.bouncycastle.asn1.ASN1Primitive
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValueMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Controls
-
Controls
-
-
Method Details
-
getInstance
-
toAttributeTypeAndValueArray
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
- Returns:
- a basic ASN.1 object representation.
-