codec.asn1
Interface ASN1Collection

All Superinterfaces:
ASN1Type, Collection
All Known Subinterfaces:
ASN1CollectionOf
All Known Implementing Classes:
ASN1AbstractCollection

public interface ASN1Collection
extends ASN1Type, Collection

The basic interface for Java objects representing a constructed ASN.1 type such as a SEQUENCE or SET as specified in ITU-T Recommendation X.680.

Version:
"$Id: ASN1Collection.java,v 1.2 2000/12/06 17:47:23 vroth Exp $"
Author:
Volker Roth

Method Summary
 Collection getCollection()
          Returns the Java Collection that is used to maintain the embedded ASN.1 types.
 
Methods inherited from interface codec.asn1.ASN1Type
checkConstraints, decode, encode, getConstraint, getTag, getTagClass, getValue, isExplicit, isOptional, isType, setConstraint, setExplicit, setOptional
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getCollection

public Collection getCollection()
Returns the Java Collection that is used to maintain the embedded ASN.1 types.
Returns:
The collection used internally for storing the elements in this constructed ASN.1 type.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.