DBA Data[Home] [Help]

APPS.IBY_EXT_BANKACCT_PUB dependencies on DBMS_OBFUSCATION_TOOLKIT

Line 4189: dbms_obfuscation_toolkit.des3decrypt

4185: l_sub_key := iby_security_pkg.get_sys_subkey(p_sys_key,p_sub_key_cipher);
4186:
4187: -- uncipher the segment
4188: l_bank_segment :=
4189: dbms_obfuscation_toolkit.des3decrypt
4190: ( input => p_segment_cipher, key => l_sub_key,
4191: which => dbms_obfuscation_toolkit.ThreeKeyMode
4192: );
4193: l_bank_segment := IBY_SECURITY_PKG.PKCS5_UNPAD(l_bank_segment);

Line 4191: which => dbms_obfuscation_toolkit.ThreeKeyMode

4187: -- uncipher the segment
4188: l_bank_segment :=
4189: dbms_obfuscation_toolkit.des3decrypt
4190: ( input => p_segment_cipher, key => l_sub_key,
4191: which => dbms_obfuscation_toolkit.ThreeKeyMode
4192: );
4193: l_bank_segment := IBY_SECURITY_PKG.PKCS5_UNPAD(l_bank_segment);
4194: l_bank_num := UTL_I18N.RAW_TO_CHAR(l_bank_segment,p_encoding);
4195: