Package org.bouncycastle.asn1.crmf
Class Controls
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.crmf.Controls
- All Implemented Interfaces:
ASN1Encodable
,Encodable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Controls
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValueMethods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
Controls
-
Controls
-
-
Method Details
-
getInstance
-
toAttributeTypeAndValueArray
-
toASN1Primitive
Controls ::= SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a basic ASN.1 object representation.
-