public class Attribute extends Asn1SequenceType
Attribute ::= SEQUENCE {
attrType OBJECT IDENTIFIER,
attrValues SET OF AttributeValue
}
AttributeValue ::= ANY
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Attribute.AttributeField |
Asn1Type.EncodingType| Constructor and Description |
|---|
Attribute() |
| Modifier and Type | Method and Description |
|---|---|
Asn1ObjectIdentifier |
getAttrType() |
AttributeValues |
getAttrValues() |
void |
setAttrType(Asn1ObjectIdentifier attrType) |
void |
setAttrValues(AttributeValues 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 Asn1ObjectIdentifier getAttrType()
public void setAttrType(Asn1ObjectIdentifier attrType)
public AttributeValues getAttrValues()
public void setAttrValues(AttributeValues values)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.