public class AccessDescription extends Asn1SequenceType
AccessDescription ::= SEQUENCE {
accessMethod OBJECT IDENTIFIER,
accessLocation GeneralName
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AccessDescription.AccessDescriptionField |
Asn1Type.EncodingTypebodyLength, outerEncodeable| Constructor and Description |
|---|
AccessDescription() |
| Modifier and Type | Method and Description |
|---|---|
GeneralName |
getAccessLocation() |
Asn1ObjectIdentifier |
getAccessMethod() |
void |
setAccessLocation(GeneralName accessLocation) |
void |
setAccessMethod(Asn1ObjectIdentifier accessMethod) |
createCollectiondecodeBody, dumpWith, encodeBody, encodingBodyLength, getFieldAs, getFieldAsAny, getFieldAsInteger, getFieldAsObjId, getFieldAsOctets, getFieldAsString, setAnyFieldValueType, setFieldAs, setFieldAsAny, setFieldAsInt, setFieldAsInt, setFieldAsObjId, setFieldAsOctetsgetValue, setValue, toStringdecode, decode, decode, encode, encode, encodingHeaderLength, encodingLength, 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, tag, tagFlags, tagNopublic Asn1ObjectIdentifier getAccessMethod()
public void setAccessMethod(Asn1ObjectIdentifier accessMethod)
public GeneralName getAccessLocation()
public void setAccessLocation(GeneralName accessLocation)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.