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

Method Summary
 ASN1Component findComponent(int index)
           
 ASN1Component findComponent(java.lang.String name)
           
 java.util.Collection<ASN1Component> getComponents()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getComponents

java.util.Collection<ASN1Component> getComponents()

findComponent

ASN1Component findComponent(java.lang.String name)

findComponent

ASN1Component findComponent(int index)