schemajic.codec
Class EncodingRule
java.lang.Object
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
|
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 |
DER
public static final EncodingRule DER
BXER
public static final EncodingRule BXER
CXER
public static final EncodingRule CXER
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
Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.