public class IetfAttrSyntax extends Asn1SequenceType
IetfAttrSyntax ::= SEQUENCE {
policyAuthority [0] GeneralNames OPTIONAL,
values SEQUENCE OF CHOICE {
octets OCTET STRING,
oid OBJECT IDENTIFIER,
string UTF8String
}
}
| Modifier and Type | Class and Description |
|---|---|
protected static class |
IetfAttrSyntax.IetfAttrSyntaxField |
Asn1Type.EncodingType| Constructor and Description |
|---|
IetfAttrSyntax() |
| Modifier and Type | Method and Description |
|---|---|
GeneralNames |
getPolicyAuthority() |
IetfAttrSyntaxChoices |
getValues() |
void |
setPolicyAuthority(GeneralNames policyAuthority) |
void |
setValues(IetfAttrSyntaxChoices values) |
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, taggedDecode, taggedDecode, taggedDecode, taggedEncode, taggedEncode, taggedEncodingLength, useBER, useCER, useDefinitiveLength, useDER, useImplicit, usePrimitiveisAppSpecific, isCollection, isContextSpecific, isEOC, isNull, isSimple, isTagSpecific, isUniversal, simpleInfo, tag, tagFlags, tagNopublic GeneralNames getPolicyAuthority()
public void setPolicyAuthority(GeneralNames policyAuthority)
public IetfAttrSyntaxChoices getValues()
public void setValues(IetfAttrSyntaxChoices values)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.