pasn
Interface ASN1MandatoryComponentCreator<T extends ASN1GenericObject>

Type Parameters:
T -
All Known Subinterfaces:
ASN1Collection<T>
All Known Implementing Classes:
ASN1ConstructedStructuredCollection, ASN1SequenceOf, ASN1SetOf

public interface ASN1MandatoryComponentCreator<T extends ASN1GenericObject>

Author:
ncottin

Method Summary
 ASN1MandatoryComponent createComponent(T asn)
           
 T createObject()
           
 

Method Detail

createComponent

ASN1MandatoryComponent createComponent(T asn)

createObject

T createObject()