public class POPODecKeyRespContent
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
POPODecKeyRespContent ::= SEQUENCE OF INTEGER -- One INTEGER per encryption key certification request (in the same order as these requests appear in CertReqMessages). The -- retrieved INTEGER A (above) is returned to the sender of the corresponding Challenge.
Constructor and Description |
---|
POPODecKeyRespContent(org.bouncycastle.asn1.ASN1Integer p) |
POPODecKeyRespContent(org.bouncycastle.asn1.ASN1Sequence seq) |
Modifier and Type | Method and Description |
---|---|
void |
addInteger(org.bouncycastle.asn1.ASN1Integer p) |
static POPODecKeyRespContent |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static POPODecKeyRespContent |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Integer |
getInteger(int nr) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public POPODecKeyRespContent(org.bouncycastle.asn1.ASN1Sequence seq)
public POPODecKeyRespContent(org.bouncycastle.asn1.ASN1Integer p)
public static POPODecKeyRespContent getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static POPODecKeyRespContent getInstance(java.lang.Object obj)
public void addInteger(org.bouncycastle.asn1.ASN1Integer p)
public org.bouncycastle.asn1.ASN1Integer getInteger(int nr)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.