Uses of Class
jp.bitmeister.asn1.type.TypeSpecification

Packages that use TypeSpecification
jp.bitmeister.asn1.type Contains the common classes and interfaces used for defining ASN.1 types and processing ASN.1 data. 
 

Uses of TypeSpecification in jp.bitmeister.asn1.type
 

Methods in jp.bitmeister.asn1.type that return TypeSpecification
 TypeSpecification CollectionType.componentSpecification()
          Returns a TypeSpecification instance that associated to the component type.
 TypeSpecification TypeSpecification.reference()
          Returns the specification of the referencing type of this type.
 TypeSpecification ASN1Type.specification()
          Returns a TypeSpecification instance that associated to this ASN.1 type.