public class

POPODecKeyRespContent

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

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Methods
static POPODecKeyRespContent getInstance(Object o)
DERObject toASN1Object()
 POPODecKeyRespContent ::= SEQUENCE OF INTEGER
 
DERInteger[] toDERIntegerArray()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Methods

public static POPODecKeyRespContent getInstance (Object o)

public DERObject toASN1Object ()

 POPODecKeyRespContent ::= SEQUENCE OF INTEGER
 

Returns
  • a basic ASN.1 object representation.

public DERInteger[] toDERIntegerArray ()