public abstract class Asn1SeqOrSet extends Asn1Type
BIT_STRING, BMPString, BOOLEAN, DATE, DATE_TIME, DURATION, ENUMERATED, EOC, EXTERNAL, GeneralString, GeneralTime, GraphicString, IA5String, INTEGER, mNonParameterizedTypeName, NULL, NumericString, OBJECT_IDENTIFIER, ObjectDescriptor, OCTET_STRING, OID_IRI, OpenType, PrintableString, REAL, RELATIVE_OID_IRI, RelativeOID, SEQUENCE, SET, T61String, TeletexString, TIME, TIME_OF_DAY, UniversalString, UTCTime, UTF8String, VideotexString, VisibleString
Constructor and Description |
---|
Asn1SeqOrSet() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getElementCount()
Return the number of declared elements, plus 1 if the sequence/set is
extensible.
|
abstract java.lang.String |
getElementName(int index)
Return the ASN.1 name of the element identified by index.
|
abstract java.lang.Object |
getElementValue(int index)
Return the value of the element identified by index.
|
java.lang.Object |
getElementValue(java.lang.String name)
Return the value of the element identified by the given name.
|
_setKey, _setLicLocation, clone, decode, decode, decode, decode, decode, decode, decode, decode, decode, decode, decode, decode, decode, decode, decodeXML, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encode, encodeAsOpenType, equals, getAsn1TypeName, getLength, getNonParameterizedTypeName, getTypeName, hashCode, indent, indent, isOpenType, matchTag, matchTag, pdiag, print, print, print, setNonParameterizedTypeName, setOpenType
public abstract int getElementCount()
public abstract java.lang.Object getElementValue(int index)
public abstract java.lang.String getElementName(int index)
public java.lang.Object getElementValue(java.lang.String name)
name
-