Package org.asnlab.asndt.runtime.conv
Interface EncodingRules
public interface EncodingRules
This interface define the constant of encoding rules
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
static final byte
static final byte
-
Field Details
-
BASIC_ENCODING_RULES
static final byte BASIC_ENCODING_RULES- See Also:
-
CANONICAL_ENCODING_RULES
static final byte CANONICAL_ENCODING_RULES- See Also:
-
DISTINGUISHED_ENCODING_RULES
static final byte DISTINGUISHED_ENCODING_RULES- See Also:
-
UNALIGNED_PACKED_ENCODING_RULES
static final byte UNALIGNED_PACKED_ENCODING_RULES- See Also:
-
ALIGNED_PACKED_ENCODING_RULES
static final byte ALIGNED_PACKED_ENCODING_RULES- See Also:
-
OCTET_ENCODING_RULES
static final byte OCTET_ENCODING_RULES- See Also:
-
XML_ENCODING_RULES
static final byte XML_ENCODING_RULES- See Also:
-