Class ASN1Set
- All Implemented Interfaces:
ASN1Constructed, Iterable<ASN1Object>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class ASN1Object
tag -
Constructor Summary
ConstructorsModifierConstructorDescriptionASN1Set(Set<ASN1Object> objects) privateASN1Set(Set<ASN1Object> objects, byte[] bytes) -
Method Summary
Methods inherited from class ASN1Object
equals, getTag, hashCode, toString, valueStringMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
objects
-
bytes
private byte[] bytes
-
-
Constructor Details
-
ASN1Set
-
ASN1Set
-
-
Method Details
-
getValue
- Specified by:
getValuein classASN1Object<Set<ASN1Object>>
-
iterator
- Specified by:
iteratorin interfaceIterable<ASN1Object>
-