XCMS Toolkit

schemajic.codec
Class EncodingRule

java.lang.Object
  extended by schemajic.codec.EncodingRule

public class EncodingRule
extends java.lang.Object

Sets and gets the current ASN.1 DER, BXER or CXER encoding rules.

Version:
1.00 - 2006/01/22
Author:
support@phillipgriffin.com

Field Summary
static EncodingRule BXER
           
static EncodingRule CXER
           
static EncodingRule DER
           
 
Method Summary
 java.lang.String getName()
          Gets the current ASN.1 encoding rule.
 java.lang.String toString()
          Returns the current ASN.1 encoding rules prefixed with a colon (":") character.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DER

public static final EncodingRule DER

BXER

public static final EncodingRule BXER

CXER

public static final EncodingRule CXER
Method Detail

getName

public java.lang.String getName()
Gets the current ASN.1 encoding rule.

Returns:
the name of the current ASN.1 encoding rule

toString

public java.lang.String toString()
Returns the current ASN.1 encoding rules prefixed with a colon (":") character.

Overrides:
toString in class java.lang.Object

XCMS Toolkit


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