Package org.spongycastle.asn1.cmp
Class GenMsgContent
java.lang.Object
org.spongycastle.asn1.ASN1Object
org.spongycastle.asn1.cmp.GenMsgContent
- All Implemented Interfaces:
org.spongycastle.asn1.ASN1Encodable,org.spongycastle.util.Encodable
public class GenMsgContent
extends org.spongycastle.asn1.ASN1Object
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GenMsgContentorg.spongycastle.asn1.ASN1PrimitiveGenMsgContent ::= SEQUENCE OF InfoTypeAndValueMethods inherited from class org.spongycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
GenMsgContent
-
GenMsgContent
-
-
Method Details
-
getInstance
-
toInfoTypeAndValueArray
-
toASN1Primitive
public org.spongycastle.asn1.ASN1Primitive toASN1Primitive()GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
- Specified by:
toASN1Primitivein interfaceorg.spongycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.spongycastle.asn1.ASN1Object- Returns:
- a basic ASN.1 object representation.
-