Uses of Class
iaik.asn1.ASN

Packages that use ASN
iaik.asn1   
iaik.asn1.structures   
 

Uses of ASN in iaik.asn1
 

Fields in iaik.asn1 declared as ASN
protected  ASN ASN1Object.asnType
          The ASN.1 type of this ASN.1 object.
static ASN ASN.UNKNOWN
          Global ASN.1 type UNKNOWN
static ASN ASN.BOOLEAN
          Global ASN.1 type BOOLEAN
static ASN ASN.INTEGER
          Global ASN.1 type INTEGER
static ASN ASN.BIT_STRING
          Global ASN.1 type BIT_STRING
static ASN ASN.OCTET_STRING
          Global ASN.1 type OCTET_STRING
static ASN ASN.NULL
          Global ASN.1 type NULL
static ASN ASN.ObjectID
          Global ASN.1 type ObjectID
static ASN ASN.OBJECT_DESCRIPTOR
          Global ASN.1 type OBJECT_DESCRIPTOR
static ASN ASN.EXTERNAL
          Global ASN.1 type EXTERNAL
static ASN ASN.ENUMERATED
          Global ASN.1 type ENUMERATED
static ASN ASN.UTF8String
          Global ASN.1 string type UTF8String
static ASN ASN.SEQUENCE
          Global ASN.1 type SEQUENCE
static ASN ASN.SET
          Global ASN.1 type SET
static ASN ASN.NumericString
          Global ASN.1 type NumericString
static ASN ASN.PrintableString
          Global ASN.1 type PrintableString
static ASN ASN.T61String
          Global ASN.1 type T61String (TeletexString; eight-bit extension to the ASCII character set )
static ASN ASN.IA5String
          Global ASN.1 type IA5String (String of ASCII characters)
static ASN ASN.UTCTime
          Global ASN.1 type UTCTime (coordinated universal time) (maximum precision down to seconds)
static ASN ASN.GeneralizedTime
          Global ASN.1 type GeneralizedTime (any time precision according to the ISO 2014 norm)
static ASN ASN.VisibleString
          Global ASN.1 type VisibleString (ISO 646 String)
static ASN ASN.GeneralString
          Global ASN.1 type GeneralString
static ASN ASN.UNIString
          Global ASN.1 type UniversalString
static ASN ASN.BMPString
          Global ASN.1 type BMPString
static ASN ASN.CON_SPEC
          Global ASN.1 type CON_SPEC (CONTEXTSPECIFIC)
 

Methods in iaik.asn1 that return ASN
 ASN ASN1Object.getAsnType()
          Returns the ASN.1 type of this ASN.1 object.
 

Methods in iaik.asn1 with parameters of type ASN
 boolean ASN1Object.isA(ASN type)
          Tests if this object is an instance of given ASN.1 type.
static ASN1Object ASN.create(ASN type)
          Craetes a new ASN.1 object for the given ASN.1 type.
static ASN1Object ASN.create(ASN type, java.lang.Object value)
          Creates new ASN.1 object for the given ASN.1 type and Java value.
static void ASN.register(ASN type, java.lang.Class cls)
          Registers a new ASN.1 type.
 void CON_SPEC.forceImplicitlyTagged(ASN type)
          Forces a CONTEX SPECIFIC ASN.1 object to be implicitly tagged.
 

Uses of ASN in iaik.asn1.structures
 

Methods in iaik.asn1.structures that return ASN
 ASN ChoiceOfTime.getEncodingType()
          Returns the encoding type, either UTCTime or GeneralizedTime.
 

Methods in iaik.asn1.structures with parameters of type ASN
 void ChoiceOfTime.setEncodingType(ASN encodingType)
          Sets the encoding type.
static void AVA.defineEncoding(ObjectID type, ASN encodingType)
          Defines the ASN.1 encoding for a specified Attribute type.
 void AVA.setEncoding(ASN encodingType)
          Sets the ASN.1 encoding for this AVA.
 

Constructors in iaik.asn1.structures with parameters of type ASN
ChoiceOfTime.ChoiceOfTime(java.lang.String date, ASN encodingType)
          Creates a ChoiceOfTime for the given date, represented as string.