pasn
Interface ASN1StructuredObject
- All Superinterfaces:
- java.lang.Iterable<ASN1Component>
- All Known Implementing Classes:
- ASN1ConstructedStructuredObject, ASN1Sequence, ASN1Set
public interface ASN1StructuredObject
- extends java.lang.Iterable<ASN1Component>
This interface qualifies the implementing classes as ASN.1 structured objects
SEQUENCE and SET
- Author:
- ncottin
Methods inherited from interface java.lang.Iterable |
iterator |
getComponents
java.util.Collection<ASN1Component> getComponents()
findComponent
ASN1Component findComponent(java.lang.String name)
findComponent
ASN1Component findComponent(int index)