public class DistributionPointName extends Asn1Choice
DistributionPointName ::= CHOICE {
fullName [0] GeneralNames,
nameRelativeToCRLIssuer [1] RDN
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DistributionPointName.DPNameField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
DistributionPointName() |
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
getFullName() |
RelativeDistinguishedName |
getNameRelativeToCRLIssuer() |
void |
setFullName(GeneralNames fullName) |
void |
setNameRelativeToCrlIssuer(RelativeDistinguishedName nameRelativeToCrlIssuer) |
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 getFullName()
public void setFullName(GeneralNames fullName)
public RelativeDistinguishedName getNameRelativeToCRLIssuer()
public void setNameRelativeToCrlIssuer(RelativeDistinguishedName nameRelativeToCrlIssuer)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.