|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface ASN1Collection<T extends ASN1GenericObject>
Method Summary | |
---|---|
boolean |
add(T asn)
|
void |
clear()
|
ASN1MandatoryComponent |
createComponent(T asn)
|
java.util.Collection<ASN1MandatoryComponent> |
getComponents()
|
boolean |
isDefaultEmpty()
|
boolean |
isEmpty()
|
void |
validateConstraints(int size)
|
Methods inherited from interface pasn.ASN1GenericObject |
---|
getASN1Name, getAsnClass, getType, hasValue |
Methods inherited from interface pasn.ASN1DefaultValuedObject |
---|
hasDefaultValue, hasValueOrDefault, isValueDefault |
Methods inherited from interface pasn.ASN1EncodingSpecificObject |
---|
getSpecificEncoding, hasSpecificEncodings |
Methods inherited from interface pasn.ASN1Resetable |
---|
reset |
Methods inherited from interface pasn.ASN1StructuredMandatoryObject |
---|
getComponentsName, namedComponents |
Methods inherited from interface java.lang.Iterable |
---|
iterator |
Methods inherited from interface pasn.ASN1MandatoryComponentCreator |
---|
createObject |
Method Detail |
---|
boolean add(T asn)
java.util.Collection<ASN1MandatoryComponent> getComponents()
ASN1MandatoryComponent createComponent(T asn)
createComponent
in interface ASN1MandatoryComponentCreator<T extends ASN1GenericObject>
boolean isEmpty()
boolean isDefaultEmpty()
void clear()
void validateConstraints(int size) throws ASN1ConstraintException
ASN1ConstraintException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |