public class PKIBody
extends com.objsys.asn1j.runtime.Asn1Choice
Modifier and Type | Field and Description |
---|---|
static byte |
_CANN |
static byte |
_CCP |
static byte |
_CCR |
static byte |
_CERTCONF |
static byte |
_CKUANN |
static byte |
_CP |
static byte |
_CR |
static byte |
_CRLANN |
static byte |
_CVCREQ |
static byte |
_ERROR |
static byte |
_GENM |
static byte |
_GENP |
static byte |
_IP |
static byte |
_IR |
static byte |
_KRP |
static byte |
_KRR |
static byte |
_KUP |
static byte |
_KUR |
static byte |
_NESTED |
static byte |
_P10CR |
static byte |
_PKICONF |
static byte |
_POLLREP |
static byte |
_POLLREQ |
static byte |
_POPDECC |
static byte |
_POPDECR |
static byte |
_RANN |
static byte |
_RP |
static byte |
_RR |
BIT_STRING, BMPString, BOOLEAN, DATE, DATE_TIME, DURATION, ENUMERATED, EOC, EXTERNAL, GeneralString, GeneralTime, GraphicString, IA5String, INTEGER, NULL, NumericString, OBJECT_IDENTIFIER, ObjectDescriptor, OCTET_STRING, OID_IRI, OpenType, PrintableString, REAL, RELATIVE_OID_IRI, RelativeOID, SEQUENCE, SET, T61String, TeletexString, TIME, TIME_OF_DAY, UniversalString, UTCTime, UTF8String, VideotexString, VisibleString, z
Constructor and Description |
---|
PKIBody() |
PKIBody(byte choiceId_,
com.objsys.asn1j.runtime.Asn1Type element_) |
Modifier and Type | Method and Description |
---|---|
void |
decode(com.objsys.asn1j.runtime.Asn1BerDecodeBuffer buffer,
boolean explicit,
int implicitLength) |
int |
encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer,
boolean explicit) |
java.lang.String |
getElemName() |
void |
print(java.io.PrintStream _out,
java.lang.String _varName,
int _level) |
void |
set_cann(CMPCertificate value) |
void |
set_ccp(CertRepMessage value) |
void |
set_ccr(CertReqMessages value) |
void |
set_certConf(CertConfirmContent value) |
void |
set_ckuann(CAKeyUpdAnnContent value) |
void |
set_cp(CertRepMessage value) |
void |
set_cr(CertReqMessages value) |
void |
set_crlann(CRLAnnContent value) |
void |
set_cvcReq(CertReqMessages value) |
void |
set_error(ErrorMsgContent value) |
void |
set_genm(GenMsgContent value) |
void |
set_genp(GenRepContent value) |
void |
set_ip(CertRepMessage value) |
void |
set_ir(CertReqMessages value) |
void |
set_krp(KeyRecRepContent value) |
void |
set_krr(CertReqMessages value) |
void |
set_kup(CertRepMessage value) |
void |
set_kur(CertReqMessages value) |
void |
set_nested(PKIMessages value) |
void |
set_p10cr(CertificationRequest value) |
void |
set_pkiconf() |
void |
set_pollRep(PollRepContent value) |
void |
set_pollReq(PollReqContent value) |
void |
set_popdecc(POPODecKeyChallContent value) |
void |
set_popdecr(POPODecKeyRespContent value) |
void |
set_rann(RevAnnContent value) |
void |
set_rp(RevRepContent value) |
void |
set_rr(RevReqContent value) |
equals, getChoiceID, getElement, hashCode, setElement
public static final byte _IR
public static final byte _IP
public static final byte _CR
public static final byte _CP
public static final byte _P10CR
public static final byte _POPDECC
public static final byte _POPDECR
public static final byte _KUR
public static final byte _KUP
public static final byte _KRR
public static final byte _KRP
public static final byte _RR
public static final byte _RP
public static final byte _CCR
public static final byte _CCP
public static final byte _CKUANN
public static final byte _CANN
public static final byte _RANN
public static final byte _CRLANN
public static final byte _PKICONF
public static final byte _NESTED
public static final byte _GENM
public static final byte _GENP
public static final byte _ERROR
public static final byte _CERTCONF
public static final byte _POLLREQ
public static final byte _POLLREP
public static final byte _CVCREQ
public PKIBody()
public PKIBody(byte choiceId_, com.objsys.asn1j.runtime.Asn1Type element_)
public java.lang.String getElemName()
getElemName
in class com.objsys.asn1j.runtime.Asn1Choice
public void set_ir(CertReqMessages value)
public void set_ip(CertRepMessage value)
public void set_cr(CertReqMessages value)
public void set_cp(CertRepMessage value)
public void set_p10cr(CertificationRequest value)
public void set_popdecc(POPODecKeyChallContent value)
public void set_popdecr(POPODecKeyRespContent value)
public void set_kur(CertReqMessages value)
public void set_kup(CertRepMessage value)
public void set_krr(CertReqMessages value)
public void set_krp(KeyRecRepContent value)
public void set_rr(RevReqContent value)
public void set_rp(RevRepContent value)
public void set_ccr(CertReqMessages value)
public void set_ccp(CertRepMessage value)
public void set_ckuann(CAKeyUpdAnnContent value)
public void set_cann(CMPCertificate value)
public void set_rann(RevAnnContent value)
public void set_crlann(CRLAnnContent value)
public void set_pkiconf()
public void set_nested(PKIMessages value)
public void set_genm(GenMsgContent value)
public void set_genp(GenRepContent value)
public void set_error(ErrorMsgContent value)
public void set_certConf(CertConfirmContent value)
public void set_pollReq(PollReqContent value)
public void set_pollRep(PollRepContent value)
public void set_cvcReq(CertReqMessages value)
public void decode(com.objsys.asn1j.runtime.Asn1BerDecodeBuffer buffer, boolean explicit, int implicitLength) throws com.objsys.asn1j.runtime.Asn1Exception, java.io.IOException
decode
in interface com.objsys.asn1j.runtime.Asn1TypeIF
decode
in class com.objsys.asn1j.runtime.Asn1Type
com.objsys.asn1j.runtime.Asn1Exception
java.io.IOException
public int encode(com.objsys.asn1j.runtime.Asn1BerEncodeBuffer buffer, boolean explicit) throws com.objsys.asn1j.runtime.Asn1Exception
encode
in interface com.objsys.asn1j.runtime.Asn1TypeIF
encode
in class com.objsys.asn1j.runtime.Asn1Type
com.objsys.asn1j.runtime.Asn1Exception
public void print(java.io.PrintStream _out, java.lang.String _varName, int _level)
print
in interface com.objsys.asn1j.runtime.Asn1TypeIF
print
in class com.objsys.asn1j.runtime.Asn1Type
Copyright © 2025. All rights reserved.