public class CertReqMsg extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private CertRequest |
certReq |
private ProofOfPossession |
pop |
private ASN1Sequence |
regInfo |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
CertReqMsg(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addOptional(ASN1EncodableVector v,
ASN1Encodable obj) |
CertRequest |
getCertReq() |
static CertReqMsg |
getInstance(java.lang.Object o) |
ProofOfPossession |
getPop() |
AttributeTypeAndValue[] |
getRegInfo() |
DERObject |
toASN1Object()
CertReqMsg ::= SEQUENCE {
certReq CertRequest,
pop ProofOfPossession OPTIONAL,
-- content depends upon key type
regInfo SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate CertRequest certReq
private ProofOfPossession pop
private ASN1Sequence regInfo
private CertReqMsg(ASN1Sequence seq)
public static CertReqMsg getInstance(java.lang.Object o)
public CertRequest getCertReq()
public ProofOfPossession getPop()
public AttributeTypeAndValue[] getRegInfo()
public DERObject toASN1Object()
CertReqMsg ::= SEQUENCE {
certReq CertRequest,
pop ProofOfPossession OPTIONAL,
-- content depends upon key type
regInfo SEQUENCE SIZE(1..MAX) OF AttributeTypeAndValue OPTIONAL }
toASN1Object in class ASN1Encodableprivate void addOptional(ASN1EncodableVector v, ASN1Encodable obj)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.