public class

GenRepContent

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

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
GenRepContent(InfoTypeAndValue itv)
GenRepContent(InfoTypeAndValue[] itv)
Public Methods
static GenRepContent getInstance(Object o)
DERObject toASN1Object()
 GenRepContent ::= 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 GenRepContent (InfoTypeAndValue itv)

public GenRepContent (InfoTypeAndValue[] itv)

Public Methods

public static GenRepContent getInstance (Object o)

public DERObject toASN1Object ()

 GenRepContent ::= SEQUENCE OF InfoTypeAndValue
 

Returns
  • a basic ASN.1 object representation.

public InfoTypeAndValue[] toInfoTypeAndValueArray ()