Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
  ByteSub
C
  ComputeOPc
  CvtHex
D
  dec__LDIF__Base64
  dec__MIME__Base64
  dec_LDIF_Base64
  dec_MIME_Base64
  DigestCalcHA1
  DigestCalcResponse
E
  EEA3
  EIA3
  enc__LDIF__Base64
  enc__MIME__Base64
  enc_LDIF_Base64
  enc_MIME_Base64
Byte substitution transformation
Function to compute OPc from OP and K.
Convert hash value to hexa string
Decode message from LDIF Base64 format (RFC 2849)
Decode message from MIME Base64 format (RFC 2045)
external function dec_LDIF_Base64( in  charstring  p_b64 ) return octetstring
Decode message from LDIF Base64 format (RFC 2849)
external function dec_MIME_Base64( in  charstring  p_b64 ) return octetstring
Decode message from MIME Base64 format (RFC 2045)
Calculate HA1 as defined in HTTP digest specification
Calculate request-digest/response-digest as defined in HTTP Digest specification
Purpose: Encrypt message using the confidentiality algorithm 128-EEA3
Purpose: Calculate 32 bit message authentication code (MAC) using integrity algorithm 128-EIA3
Encode message to LDIF Base64 format (RFC 2849)
Encode message to MIME Base64 format (RFC 2045)
external function enc_LDIF_Base64( in  octetstring  p_msg ) return charstring
Encode message to LDIF Base64 format (RFC 2849)
external function enc_MIME_Base64( in  octetstring  p_msg ) return charstring
Encode message to MIME Base64 format (RFC 2045)