public abstract class Asn1CollectionOf<T extends Asn1Type> extends Asn1Collection
Asn1Type.EncodingTypecontainerbodyLength, outerEncodeable| Constructor and Description |
|---|
Asn1CollectionOf(UniversalTag universalTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(T element) |
void |
addElements(T... elements) |
protected T |
createElement() |
protected void |
decodeElements() |
List<T> |
getElements() |
void |
setElements(List<T> elements) |
createCollection, createCollection, isCollection, isCollection, isCollectionaddItem, clear, decodeBody, dumpWith, encodeBody, encodingBodyLength, getContainer, isLazy, setLazygetValue, 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 Asn1CollectionOf(UniversalTag universalTag)
protected void decodeElements()
throws IOException
decodeElements in class Asn1ConstructedIOExceptionpublic void addElements(T... elements)
public void addElement(T element)
protected T createElement() throws IOException
IOExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.