C# 클래스 OpenTransactions.OTAPI.OTPassword

상속: global::System.IDisposable
파일 보기 프로젝트 열기: da2ce7/Open-Transactions-old 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
OTPassword ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( OTPassword obj ) : HandleRef

메소드 상세

Compare() 공개 메소드

public Compare ( OTPassword rhs ) : bool
rhs OTPassword
리턴 bool

CreateTextBuffer() 공개 정적인 메소드

public static CreateTextBuffer ( ) : OTPassword
리턴 OTPassword

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OTPassword() 공개 메소드

public OTPassword ( ) : System
리턴 System

OTPassword() 공개 메소드

public OTPassword ( OTPassword theBlockSize ) : System
theBlockSize OTPassword
리턴 System

OTPassword() 공개 메소드

public OTPassword ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize ) : System
szInput SWIGTYPE_p_uint8_t
nInputSize SWIGTYPE_p_uint32_t
리턴 System

OTPassword() 공개 메소드

public OTPassword ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System
szInput SWIGTYPE_p_uint8_t
nInputSize SWIGTYPE_p_uint32_t
theBlockSize OTPassword
리턴 System

OTPassword() 공개 메소드

public OTPassword ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize ) : System
vInput SWIGTYPE_p_void
nInputSize SWIGTYPE_p_uint32_t
리턴 System

OTPassword() 공개 메소드

public OTPassword ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System
vInput SWIGTYPE_p_void
nInputSize SWIGTYPE_p_uint32_t
theBlockSize OTPassword
리턴 System

OTPassword() 공개 메소드

public OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize ) : System
szInput string
nInputSize SWIGTYPE_p_uint32_t
리턴 System

OTPassword() 공개 메소드

public OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System
szInput string
nInputSize SWIGTYPE_p_uint32_t
theBlockSize OTPassword
리턴 System

SetSize() 공개 메소드

public SetSize ( SWIGTYPE_p_uint32_t uSize ) : bool
uSize SWIGTYPE_p_uint32_t
리턴 bool

addChar() 공개 메소드

public addChar ( SWIGTYPE_p_uint8_t theChar ) : bool
theChar SWIGTYPE_p_uint8_t
리턴 bool

addMemory() 공개 메소드

public addMemory ( SWIGTYPE_p_void vAppend, SWIGTYPE_p_uint32_t nAppendSize ) : SWIGTYPE_p_int32_t
vAppend SWIGTYPE_p_void
nAppendSize SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_int32_t

getBlockSize() 공개 메소드

public getBlockSize ( ) : SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_uint32_t

getMemory() 공개 메소드

public getMemory ( ) : SWIGTYPE_p_void
리턴 SWIGTYPE_p_void

getMemorySize() 공개 메소드

public getMemorySize ( ) : SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_uint32_t

getMemoryWritable() 공개 메소드

public getMemoryWritable ( ) : SWIGTYPE_p_void
리턴 SWIGTYPE_p_void

getMemory_uint8() 공개 메소드

public getMemory_uint8 ( ) : SWIGTYPE_p_uint8_t
리턴 SWIGTYPE_p_uint8_t

getPassword() 공개 메소드

public getPassword ( ) : string
리턴 string

getPasswordSize() 공개 메소드

public getPasswordSize ( ) : SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_uint32_t

getPasswordWritable() 공개 메소드

public getPasswordWritable ( ) : SWIGTYPE_p_uint8_t
리턴 SWIGTYPE_p_uint8_t

getPasswordWritable_char() 공개 메소드

public getPasswordWritable_char ( ) : string
리턴 string

getPassword_uint8() 공개 메소드

public getPassword_uint8 ( ) : SWIGTYPE_p_uint8_t
리턴 SWIGTYPE_p_uint8_t

isMemory() 공개 메소드

public isMemory ( ) : bool
리턴 bool

isPassword() 공개 메소드

public isPassword ( ) : bool
리턴 bool

randomizeMemory() 공개 메소드

public randomizeMemory ( ) : SWIGTYPE_p_int32_t
리턴 SWIGTYPE_p_int32_t

randomizeMemory() 공개 메소드

public randomizeMemory ( SWIGTYPE_p_uint32_t nNewSize ) : SWIGTYPE_p_int32_t
nNewSize SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_int32_t

randomizeMemory() 공개 정적인 메소드

public static randomizeMemory ( SWIGTYPE_p_void szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool
szDestination SWIGTYPE_p_void
nNewSize SWIGTYPE_p_uint32_t
리턴 bool

randomizeMemory_uint8() 공개 정적인 메소드

public static randomizeMemory_uint8 ( SWIGTYPE_p_uint8_t szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool
szDestination SWIGTYPE_p_uint8_t
nNewSize SWIGTYPE_p_uint32_t
리턴 bool

randomizePassword() 공개 메소드

public randomizePassword ( ) : SWIGTYPE_p_int32_t
리턴 SWIGTYPE_p_int32_t

randomizePassword() 공개 메소드

public randomizePassword ( SWIGTYPE_p_uint32_t nNewSize ) : SWIGTYPE_p_int32_t
nNewSize SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_int32_t

randomizePassword() 공개 정적인 메소드

public static randomizePassword ( string szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool
szDestination string
nNewSize SWIGTYPE_p_uint32_t
리턴 bool

randomizePassword_uint8() 공개 정적인 메소드

public static randomizePassword_uint8 ( SWIGTYPE_p_uint8_t szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool
szDestination SWIGTYPE_p_uint8_t
nNewSize SWIGTYPE_p_uint32_t
리턴 bool

safe_memcpy() 공개 정적인 메소드

public static 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
dest SWIGTYPE_p_void
dest_size SWIGTYPE_p_uint32_t
src SWIGTYPE_p_void
src_length SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_void

safe_memcpy() 공개 정적인 메소드

public static 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
dest SWIGTYPE_p_void
dest_size SWIGTYPE_p_uint32_t
src SWIGTYPE_p_void
src_length SWIGTYPE_p_uint32_t
bZeroSource bool
리턴 SWIGTYPE_p_void

setMemory() 공개 메소드

public setMemory ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize ) : SWIGTYPE_p_int32_t
vInput SWIGTYPE_p_void
nInputSize SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_int32_t

setPassword() 공개 메소드

public setPassword ( string szInput, int nInputSize ) : int
szInput string
nInputSize int
리턴 int

setPassword_uint8() 공개 메소드

public setPassword_uint8 ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize ) : SWIGTYPE_p_int32_t
szInput SWIGTYPE_p_uint8_t
nInputSize SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_int32_t

zeroMemory() 공개 메소드

public zeroMemory ( ) : void
리턴 void

zeroMemory() 공개 정적인 메소드

public static zeroMemory ( SWIGTYPE_p_uint8_t szMemory, SWIGTYPE_p_uint32_t theSize ) : void
szMemory SWIGTYPE_p_uint8_t
theSize SWIGTYPE_p_uint32_t
리턴 void

zeroMemory() 공개 정적인 메소드

public static zeroMemory ( SWIGTYPE_p_void vMemory, SWIGTYPE_p_uint32_t theSize ) : void
vMemory SWIGTYPE_p_void
theSize SWIGTYPE_p_uint32_t
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool