📄 security.pkg
字号:
/************************************************************************
File Name : security.pkg
Description : This file contains the documentation for the security
package.
*************************************************************************
Copyright (c) 2001 , RADVision, Inc. All rights reserved.
*************************************************************************
NOTICE:
This document contains information that is proprietary to RADVision Inc.
No part of this publication may be reproduced in any form whatsoever
without written prior approval by RADVision Inc.
RADVision Inc. reserves the right to revise this publication and make
changes without obligation to notify any person of such revisions or
changes.
*************************************************************************
$Revision: $
$Date: 03/30/2001 $
$Author: Scott K. Eaton $
************************************************************************/
/*$
{package:
{name: Security}
{superpackage: Core}
{include: none}
{description:
{p: This package provides core security functions such as encryption and
one-way hash functions.}
}
{nested_types scope="protected":
{nested_type: RvDesEncryption}
{nested_type: Rv3DesEncryption}
{nested_type: Rv3AesEncryption}
}
{methods:
{method: void rvMd5(const char* text, size_t textlen, char* output);}
{method: void rvHmacMd5(const char* text, size_t textlen, const char* key, size_t keylen, char* output);}
{method: void rvSha1(const char* text, size_t textlen, char* output);}
{method: void rvHmacSha1(const char* text, size_t textlen, const char* key, size_t keylen, char* output);}
}
}
$*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -