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

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

Uses of NamedTypeSpecification in jp.bitmeister.asn1.type
 

Subclasses of NamedTypeSpecification in jp.bitmeister.asn1.type
 class ElementSpecification
          Specification of an element that contained in a ConstructiveType.
 

Methods in jp.bitmeister.asn1.type that return NamedTypeSpecification
 NamedTypeSpecification SelectiveType.alternative(ASN1TagClass tagClass, int tagNumber)
          Returns the element specified by the ASN.1 tag class and number.
abstract  NamedTypeSpecification StructuredType.getElement(java.lang.String elementName)
          Returns an element specification specified by the element name.
 NamedTypeSpecification SelectiveType.getElement(java.lang.String elementName)
           
 NamedTypeSpecification ConstructiveType.getElement(java.lang.String elementName)
           
 

Methods in jp.bitmeister.asn1.type with parameters of type NamedTypeSpecification
 int NamedTypeSpecification.compareTo(NamedTypeSpecification compared)
           
 boolean NamedTypeSpecification.isSameType(NamedTypeSpecification obj)
          Tests if the element represented by the NamedTypeSpecification is the same ASN.1 type of this element.
abstract  void StructuredType.set(NamedTypeSpecification namedType, ASN1Type component)
          Sets the ASN.1 data to the element specified by the NamedTypeSpecification of this instance.
 void SelectiveType.set(NamedTypeSpecification alternative, ASN1Type data)
           
 void ConstructiveType.set(NamedTypeSpecification component, ASN1Type data)
           
 



Copyright © 2012 BitMeister Inc. All Rights Reserved.