public class

GenMsgContent

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cmp.GenMsgContent

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
GenMsgContent(InfoTypeAndValue itv)
GenMsgContent(InfoTypeAndValue[] itv)
Public Methods
static GenMsgContent getInstance(Object o)
DERObject toASN1Object()
 GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
 
InfoTypeAndValue[] toInfoTypeAndValueArray()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public GenMsgContent (InfoTypeAndValue itv)

public GenMsgContent (InfoTypeAndValue[] itv)

Public Methods

public static GenMsgContent getInstance (Object o)

public DERObject toASN1Object ()

 GenMsgContent ::= SEQUENCE OF InfoTypeAndValue
 

Returns
  • a basic ASN.1 object representation.

public InfoTypeAndValue[] toInfoTypeAndValueArray ()