|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ASN1DefinedTypes
Indicates ASN.1 types which are included in this module.
ASN1DefinedTypes
annotation indicates ASN.1 types which are included
in this module but defined at outside of the ASN.1 module class. ASN.1 types
defined as static public member classes of an ASN.1 module class will be
registered to the module automatically.
ASN1Module
,
ASN1Type
Required Element Summary | |
---|---|
java.lang.Class<? extends ASN1Type>[] |
value
Indicates ASN.1 type classes defined at outside of the module class. |
Element Detail |
---|
public abstract java.lang.Class<? extends ASN1Type>[] value
Class
object of ASN1Type
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |