Class ASN1Sequence
java.lang.Object
com.hierynomus.asn1.types.ASN1Object<List<ASN1Object>>
com.hierynomus.asn1.types.constructed.ASN1Sequence
- All Implemented Interfaces:
ASN1Constructed
,Iterable<ASN1Object>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsFields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
Constructor Summary
ConstructorsModifierConstructorDescriptionASN1Sequence
(List<ASN1Object> objects) private
ASN1Sequence
(List<ASN1Object> objects, byte[] bytes) -
Method Summary
Methods inherited from class com.hierynomus.asn1.types.ASN1Object
equals, getTag, hashCode, toString, valueString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
objects
-
bytes
private byte[] bytes
-
-
Constructor Details
-
ASN1Sequence
-
ASN1Sequence
-
-
Method Details
-
getValue
- Specified by:
getValue
in classASN1Object<List<ASN1Object>>
-
iterator
- Specified by:
iterator
in interfaceIterable<ASN1Object>
-
size
public int size() -
get
-