FemtoScan Online SDK Documentation

Home :: FsOnlineSDK :: fsio :: SPMsocket :: _security classes

struct _cipher

? ^ 
undocumented
Source:
../fsio/SPMSocket.h:519
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~_cipherdestructor publicundocumented
_cipherconstructor publicundocumented
_cipherconstructor publicundocumented
block_sizeattribute publicundocumented
contextattribute publicundocumented
ctx_sizeattribute publicundocumented
keyattribute publicundocumented
modeattribute publicundocumented
operator =operator publicundocumented
paddingattribute publicundocumented
typeattribute publicundocumented

destructor ~_cipher

? ^  > 
undocumented
Source:
../fsio/SPMSocket.h:530
Code:
public ~ _cipher ( )

constructor _cipher

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:528
Code:
public _cipher ( ) : type ( ciphNone ) , mode ( cmECB ) , block_size ( 0 ) , padding ( cpZeros ) , context ( 0 ) , ctx_size ( 0 )

constructor _cipher

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:529
Code:
public _cipher ( const _cipher & X )

attribute block_size

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:522
Code:
public unsigned block_size

attribute context

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:525
Code:
public void * context

attribute ctx_size

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:526
Code:
public int ctx_size

attribute key

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:523
Code:
public _key key

attribute mode

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:521
Code:
public CipherMode mode

operator =

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:532
Code:
public _cipher & operator = ( const _cipher & X )

attribute padding

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:524
Code:
public CipherPadding padding

attribute type

? ^  < > 
undocumented
Source:
../fsio/SPMSocket.h:520
Code:
public Cipher type

(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net