Package org.bouncycastle.asn1.cmp
Class GenMsgContent
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.cmp.GenMsgContent
-
- All Implemented Interfaces:
ASN1Encodable
,Encodable
public class GenMsgContent extends ASN1Object
-
-
Constructor Summary
Constructors Constructor Description GenMsgContent(InfoTypeAndValue itv)
GenMsgContent(InfoTypeAndValue[] itvs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenMsgContent
getInstance(java.lang.Object o)
ASN1Primitive
toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValueInfoTypeAndValue[]
toInfoTypeAndValueArray()
-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
Constructor Detail
-
GenMsgContent
public GenMsgContent(InfoTypeAndValue itv)
-
GenMsgContent
public GenMsgContent(InfoTypeAndValue[] itvs)
-
-
Method Detail
-
getInstance
public static GenMsgContent getInstance(java.lang.Object o)
-
toInfoTypeAndValueArray
public InfoTypeAndValue[] toInfoTypeAndValueArray()
-
toASN1Primitive
public ASN1Primitive toASN1Primitive()
GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a basic ASN.1 object representation.
-
-