This module supports message based encoding of certain types
-
-
TCCEncoding_Functions | This module supports message based encoding of certain types |
Functions | |
enc_MIME_Base64 | Encode message to MIME Base64 format (RFC 2045) |
dec_MIME_Base64 | Decode message from MIME Base64 format (RFC 2045) |
enc_LDIF_Base64 | Encode message to LDIF Base64 format (RFC 2849) |
dec_LDIF_Base64 | Decode message from LDIF Base64 format (RFC 2849) |
f_encGSM7bit | GSM 7-bit encoding (GSM 03.38) |
f_decGSM7bit | GSM 7-bit decoding (GSM 03.38) |
f_enc_TBCD | Encode charstring to TBCD |
f_dec_TBCD | Decode octetstring from TBCD encoding |
Encode message to MIME Base64 format (RFC 2045)
external function enc_MIME_Base64( in octetstring p_msg ) return charstring
Decode message from MIME Base64 format (RFC 2045)
external function dec_MIME_Base64( in charstring p_b64 ) return octetstring
Encode message to LDIF Base64 format (RFC 2849)
external function enc_LDIF_Base64( in octetstring p_msg ) return charstring
Decode message from LDIF Base64 format (RFC 2849)
external function dec_LDIF_Base64( in charstring p_b64 ) return octetstring
GSM 7-bit encoding (GSM 03.38)
function f_encGSM7bit( in universal charstring pl_str ) return octetstring
GSM 7-bit decoding (GSM 03.38)
function f_decGSM7bit( in octetstring pl_gsm7bit ) return universal charstring
Encode charstring to TBCD
external function f_enc_TBCD( in charstring pl_char ) return octetstring
Decode octetstring from TBCD encoding
external function f_dec_TBCD( in octetstring pl_oct ) return charstring