aeesecurity.h
来自「BREW SDK 3.1。BREW应用程序的开发包。」· C头文件 代码 · 共 31 行
H
31 行
#ifndef AEESECURITY_H
#define AEESECURITY_H
/*======================================================
FILE: AEESecurity.h
SERVICES: AEE Security Interface
DESCRIPTION: This file provides definitions for the Security interfaces made available by
the AEE to application developers. This is a standard header file that must be included by
all applications using the security services of the AEE.
There are 3 interfaces
IHash - Does MD5, MD2, and SHA1.
Also Supports HMAC for all of the above
ICipher - Does ArcFour (Stream cipher)
CLASS IDs: AEECLSID_MD5
AEECLSID_MD2
AEECLSID_SHA1
AEECLSID_SHA1CTX
AEECLSID_HMAC_SHA1
AEECLSID_HMAC_SHA1CTX
AEECLSID_ARC4
AEECLSID_DES_ENCRYPT
AEECLSID_DES_DECRYPT
AEECLSID_3DES_ENCRYPT
AEECLSID_3DES_DECRYPT
Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?