Class ASN1Set
- All Implemented Interfaces:
ASN1Constructed
,Iterable<ASN1Object>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
Constructor Summary
ConstructorsModifierConstructorDescriptionASN1Set
(Set<ASN1Object> objects) private
ASN1Set
(Set<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
-
ASN1Set
-
ASN1Set
-
-
Method Details
-
getValue
- Specified by:
getValue
in classASN1Object<Set<ASN1Object>>
-
iterator
- Specified by:
iterator
in interfaceIterable<ASN1Object>
-