public class CertificateChoices extends Asn1Choice
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CertificateChoices.CertificateChoicesField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
CertificateChoices() |
| Modifier and Type | Method and Description |
|---|---|
Certificate |
getCertificate() |
ExtendedCertificate |
getExtendedCertificate() |
OtherCertificateFormat |
getOther() |
AttributeCertificateV1 |
getV1AttrCert() |
AttributeCertificateV2 |
getV2AttrCert() |
void |
setCertificate(Certificate certificate) |
void |
setExtendedCertificate(ExtendedCertificate extendedCertificate) |
void |
setOther(OtherCertificateFormat other) |
void |
setV1AttrCert(AttributeCertificateV1 v1AttrCert) |
void |
setV2AttrCert(AttributeCertificateV2 v2AttrCert) |
decode, decode, decodeBody, dumpWith, encode, encode, encodeBody, encodingBodyLength, encodingLength, getChoiceValueAs, getChoiceValueAsOctets, matchAndSetValue, setChoiceValue, setChoiceValueAsOctets, taggetValue, setValue, toStringdecode, encodingHeaderLength, getBodyLength, getHeaderLength, isBER, isCER, isDefinitiveLength, isDER, isImplicit, isPrimitive, resetBodyLength, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tagFlags, tagNopublic Certificate getCertificate()
public void setCertificate(Certificate certificate)
public ExtendedCertificate getExtendedCertificate()
public void setExtendedCertificate(ExtendedCertificate extendedCertificate)
public AttributeCertificateV1 getV1AttrCert()
public void setV1AttrCert(AttributeCertificateV1 v1AttrCert)
public AttributeCertificateV2 getV2AttrCert()
public void setV2AttrCert(AttributeCertificateV2 v2AttrCert)
public OtherCertificateFormat getOther()
public void setOther(OtherCertificateFormat other)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.