public class AttCertIssuer extends Asn1Choice
AttCertIssuer ::= CHOICE {
v1Form GeneralNames, -- MUST NOT be used in this profile
v2Form [0] V2Form -- v2 only
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AttCertIssuer.AttCertIssuerField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
AttCertIssuer() |
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
getV1Form() |
V2Form |
getV2Form() |
void |
setV1Form(GeneralNames v1Form) |
void |
setV2Form(V2Form v2Form) |
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 GeneralNames getV1Form()
public void setV1Form(GeneralNames v1Form)
public V2Form getV2Form()
public void setV2Form(V2Form v2Form)
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.