public class CertReqMsg
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
CertReqMsg ::= SEQUENCE {
certReq CertRequest,
pop ProofOfPossession OPTIONAL, -- content depends upon key type
regInfo SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
| Constructor and Description |
|---|
CertReqMsg(org.bouncycastle.asn1.ASN1Sequence seq) |
CertReqMsg(CertRequest certReq) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRegInfo(AttributeTypeAndValue regInfo) |
CertRequest |
getCertReq() |
static CertReqMsg |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static CertReqMsg |
getInstance(java.lang.Object obj) |
ProofOfPossession |
getPop() |
AttributeTypeAndValue |
getRegInfo(int nr) |
void |
setPop(ProofOfPossession pop) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public CertReqMsg(org.bouncycastle.asn1.ASN1Sequence seq)
public CertReqMsg(CertRequest certReq)
public static CertReqMsg getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static CertReqMsg getInstance(java.lang.Object obj)
public CertRequest getCertReq()
public ProofOfPossession getPop()
public void setPop(ProofOfPossession pop)
public AttributeTypeAndValue getRegInfo(int nr)
public void addRegInfo(AttributeTypeAndValue regInfo)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodablepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.