XCMS Toolkit

schemajic.model
Class ASN1UniversalString

java.lang.Object
  extended by schemajic.model.ASN1Value
      extended by schemajic.model.ASN1VisibleString
          extended by schemajic.model.ASN1UniversalString

public class ASN1UniversalString
extends ASN1VisibleString

Models the abstract concept of the value of ASN.1 UniversalString type.

Extends ASN1VisibleString to provide minimal encoding and decoding support for ASN.1 type UniversalString.

Universal class tag assignment is UNIVERSAL 28.

XML ASN.1 type name is UniversalString.

No permitted alphabet constraints are enforced on values of this type, as these constraints are left to the application. Characters of this ASN.1 type are treated as opaque, having no structure or meaning, though all characters are represented in four octets.

The values of type UniversalString represent the same characters as the first one hundered and twenty-eight values of types BMPString, IA5String, and UTF8String.

Version:
1.00 - 2006/02/09
Author:
support@phillipgriffin.com

Constructor Summary
ASN1UniversalString()
          Constructor for ASN1UniversalString.
ASN1UniversalString(java.lang.String s)
          Constructor for ASN1UniversalString with string initialization value parameter.
 
Method Summary
 java.lang.Object accept(ValueVisitor visitor, java.lang.Object object)
          Accepts a visit from the ValueVisitor
 Type getAsn1Type()
          Returns an ASN.1 UniversalString type.
 
Methods inherited from class schemajic.model.ASN1VisibleString
equals, getStringValue, setStringValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1UniversalString

public ASN1UniversalString()
Constructor for ASN1UniversalString.


ASN1UniversalString

public ASN1UniversalString(java.lang.String s)
Constructor for ASN1UniversalString with string initialization value parameter.

Parameters:
s - initialization value
Method Detail

accept

public java.lang.Object accept(ValueVisitor visitor,
                               java.lang.Object object)
                        throws VisitorException
Accepts a visit from the ValueVisitor

Overrides:
accept in class ASN1VisibleString
Parameters:
visitor - the function applicator (mapper), which knows how to process the given object type and apply appropriate operations to the elements of this type of object
object - an object to be visited
Returns:
a visit to the provided object
Throws:
VisitorException

getAsn1Type

public Type getAsn1Type()
Returns an ASN.1 UniversalString type.

Overrides:
getAsn1Type in class ASN1VisibleString

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.