security.pkg

来自「h.248协议源码」· PKG 代码 · 共 45 行

PKG
45
字号
/************************************************************************
 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 + =
减小字号Ctrl + -
显示快捷键?