Method |
Description |
|
Compare ( OTPassword rhs ) : bool |
|
|
CreateTextBuffer ( ) : OTPassword |
|
|
Dispose ( ) : void |
|
|
OTPassword ( ) : System |
|
|
OTPassword ( OTPassword theBlockSize ) : System |
|
|
OTPassword ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize ) : System |
|
|
OTPassword ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System |
|
|
OTPassword ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize ) : System |
|
|
OTPassword ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System |
|
|
OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize ) : System |
|
|
OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System |
|
|
SetSize ( SWIGTYPE_p_uint32_t uSize ) : bool |
|
|
addChar ( SWIGTYPE_p_uint8_t theChar ) : bool |
|
|
addMemory ( SWIGTYPE_p_void vAppend, SWIGTYPE_p_uint32_t nAppendSize ) : SWIGTYPE_p_int32_t |
|
|
getBlockSize ( ) : SWIGTYPE_p_uint32_t |
|
|
getMemory ( ) : SWIGTYPE_p_void |
|
|
getMemorySize ( ) : SWIGTYPE_p_uint32_t |
|
|
getMemoryWritable ( ) : SWIGTYPE_p_void |
|
|
getMemory_uint8 ( ) : SWIGTYPE_p_uint8_t |
|
|
getPassword ( ) : string |
|
|
getPasswordSize ( ) : SWIGTYPE_p_uint32_t |
|
|
getPasswordWritable ( ) : SWIGTYPE_p_uint8_t |
|
|
getPasswordWritable_char ( ) : string |
|
|
getPassword_uint8 ( ) : SWIGTYPE_p_uint8_t |
|
|
isMemory ( ) : bool |
|
|
isPassword ( ) : bool |
|
|
randomizeMemory ( ) : SWIGTYPE_p_int32_t |
|
|
randomizeMemory ( SWIGTYPE_p_uint32_t nNewSize ) : SWIGTYPE_p_int32_t |
|
|
randomizeMemory ( SWIGTYPE_p_void szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool |
|
|
randomizeMemory_uint8 ( SWIGTYPE_p_uint8_t szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool |
|
|
randomizePassword ( ) : SWIGTYPE_p_int32_t |
|
|
randomizePassword ( SWIGTYPE_p_uint32_t nNewSize ) : SWIGTYPE_p_int32_t |
|
|
randomizePassword ( string szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool |
|
|
randomizePassword_uint8 ( SWIGTYPE_p_uint8_t szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool |
|
|
safe_memcpy ( SWIGTYPE_p_void dest, SWIGTYPE_p_uint32_t dest_size, SWIGTYPE_p_void src, SWIGTYPE_p_uint32_t src_length ) : SWIGTYPE_p_void |
|
|
safe_memcpy ( SWIGTYPE_p_void dest, SWIGTYPE_p_uint32_t dest_size, SWIGTYPE_p_void src, SWIGTYPE_p_uint32_t src_length, bool bZeroSource ) : SWIGTYPE_p_void |
|
|
setMemory ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize ) : SWIGTYPE_p_int32_t |
|
|
setPassword ( string szInput, int nInputSize ) : int |
|
|
setPassword_uint8 ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize ) : SWIGTYPE_p_int32_t |
|
|
zeroMemory ( ) : void |
|
|
zeroMemory ( SWIGTYPE_p_uint8_t szMemory, SWIGTYPE_p_uint32_t theSize ) : void |
|
|
zeroMemory ( SWIGTYPE_p_void vMemory, SWIGTYPE_p_uint32_t theSize ) : void |
|
|