C# 클래스 OpenTransactions.OTAPI.otapi

파일 보기 프로젝트 열기: da2ce7/Open-Transactions-old

공개 프로퍼티들

프로퍼티 타입 설명
OTPASSWORD_BLOCKSIZE int
OTPASSWORD_MEMSIZE int
OT_DEFAULT_BLOCKSIZE int
OT_DEFAULT_MEMSIZE int
OT_LARGE_BLOCKSIZE int
OT_LARGE_MEMSIZE int
OT_PW_DISPLAY string

공개 메소드들

메소드 설명
CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr ) : bool
CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr, string szFuncName ) : bool
CreateObject ( StoredObjectType eType ) : Storable
CreateStorageContext ( StorageType eStoreType ) : Storage
CreateStorageContext ( StorageType eStoreType, PackType ePackType ) : Storage
DecodeObject ( StoredObjectType theObjectType, string strInput ) : Storable
EncodeObject ( Storable theContents ) : string
EraseValueByKey ( string strFolder ) : bool
EraseValueByKey ( string strFolder, string oneStr ) : bool
EraseValueByKey ( string strFolder, string oneStr, string twoStr ) : bool
EraseValueByKey ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
Exists ( string strFolder ) : bool
Exists ( string strFolder, string oneStr ) : bool
Exists ( string strFolder, string oneStr, string twoStr ) : bool
Exists ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
GetDefaultStorage ( ) : Storage
InitDefaultStorage ( StorageType eStoreType, PackType ePackType ) : bool
OT_API_Set_PasswordCallback ( OTCaller theCaller ) : bool
QueryObject ( StoredObjectType theObjectType, string strFolder ) : Storable
QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr ) : Storable
QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr ) : Storable
QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr, string threeStr ) : Storable
QueryPlainString ( string strFolder ) : string
QueryPlainString ( string strFolder, string oneStr ) : string
QueryPlainString ( string strFolder, string oneStr, string twoStr ) : string
QueryPlainString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
QueryString ( string strFolder ) : string
QueryString ( string strFolder, string oneStr ) : string
QueryString ( string strFolder, string oneStr, string twoStr ) : string
QueryString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
StoreObject ( Storable theContents, string strFolder ) : bool
StoreObject ( Storable theContents, string strFolder, string oneStr ) : bool
StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr ) : bool
StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
StorePlainString ( string strContents, string strFolder ) : bool
StorePlainString ( string strContents, string strFolder, string oneStr ) : bool
StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
StoreString ( string strContents, string strFolder ) : bool
StoreString ( string strContents, string strFolder, string oneStr ) : bool
StoreString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
StoreString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool

메소드 상세

CheckStringsExistInOrder() 공개 정적인 메소드

public static CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr ) : bool
strFolder SWIGTYPE_p_std__string
oneStr SWIGTYPE_p_std__string
twoStr SWIGTYPE_p_std__string
threeStr SWIGTYPE_p_std__string
리턴 bool

CheckStringsExistInOrder() 공개 정적인 메소드

public static CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr, string szFuncName ) : bool
strFolder SWIGTYPE_p_std__string
oneStr SWIGTYPE_p_std__string
twoStr SWIGTYPE_p_std__string
threeStr SWIGTYPE_p_std__string
szFuncName string
리턴 bool

CreateObject() 공개 정적인 메소드

public static CreateObject ( StoredObjectType eType ) : Storable
eType StoredObjectType
리턴 Storable

CreateStorageContext() 공개 정적인 메소드

public static CreateStorageContext ( StorageType eStoreType ) : Storage
eStoreType StorageType
리턴 Storage

CreateStorageContext() 공개 정적인 메소드

public static CreateStorageContext ( StorageType eStoreType, PackType ePackType ) : Storage
eStoreType StorageType
ePackType PackType
리턴 Storage

DecodeObject() 공개 정적인 메소드

public static DecodeObject ( StoredObjectType theObjectType, string strInput ) : Storable
theObjectType StoredObjectType
strInput string
리턴 Storable

EncodeObject() 공개 정적인 메소드

public static EncodeObject ( Storable theContents ) : string
theContents Storable
리턴 string

EraseValueByKey() 공개 정적인 메소드

public static EraseValueByKey ( string strFolder ) : bool
strFolder string
리턴 bool

EraseValueByKey() 공개 정적인 메소드

public static EraseValueByKey ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
리턴 bool

EraseValueByKey() 공개 정적인 메소드

public static EraseValueByKey ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
리턴 bool

EraseValueByKey() 공개 정적인 메소드

public static EraseValueByKey ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string strFolder ) : bool
strFolder string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
리턴 bool

GetDefaultStorage() 공개 정적인 메소드

public static GetDefaultStorage ( ) : Storage
리턴 Storage

InitDefaultStorage() 공개 정적인 메소드

public static InitDefaultStorage ( StorageType eStoreType, PackType ePackType ) : bool
eStoreType StorageType
ePackType PackType
리턴 bool

OT_API_Set_PasswordCallback() 공개 정적인 메소드

public static OT_API_Set_PasswordCallback ( OTCaller theCaller ) : bool
theCaller OTCaller
리턴 bool

QueryObject() 공개 정적인 메소드

public static QueryObject ( StoredObjectType theObjectType, string strFolder ) : Storable
theObjectType StoredObjectType
strFolder string
리턴 Storable

QueryObject() 공개 정적인 메소드

public static QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
리턴 Storable

QueryObject() 공개 정적인 메소드

public static QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
리턴 Storable

QueryObject() 공개 정적인 메소드

public static QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr, string threeStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
threeStr string
리턴 Storable

QueryPlainString() 공개 정적인 메소드

public static QueryPlainString ( string strFolder ) : string
strFolder string
리턴 string

QueryPlainString() 공개 정적인 메소드

public static QueryPlainString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
리턴 string

QueryPlainString() 공개 정적인 메소드

public static QueryPlainString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
리턴 string

QueryPlainString() 공개 정적인 메소드

public static QueryPlainString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
리턴 string

QueryString() 공개 정적인 메소드

public static QueryString ( string strFolder ) : string
strFolder string
리턴 string

QueryString() 공개 정적인 메소드

public static QueryString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
리턴 string

QueryString() 공개 정적인 메소드

public static QueryString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
리턴 string

QueryString() 공개 정적인 메소드

public static QueryString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
리턴 string

StoreObject() 공개 정적인 메소드

public static StoreObject ( Storable theContents, string strFolder ) : bool
theContents Storable
strFolder string
리턴 bool

StoreObject() 공개 정적인 메소드

public static StoreObject ( Storable theContents, string strFolder, string oneStr ) : bool
theContents Storable
strFolder string
oneStr string
리턴 bool

StoreObject() 공개 정적인 메소드

public static StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
리턴 bool

StoreObject() 공개 정적인 메소드

public static StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
threeStr string
리턴 bool

StorePlainString() 공개 정적인 메소드

public static StorePlainString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
리턴 bool

StorePlainString() 공개 정적인 메소드

public static StorePlainString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
리턴 bool

StorePlainString() 공개 정적인 메소드

public static StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
리턴 bool

StorePlainString() 공개 정적인 메소드

public static StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
리턴 bool

StoreString() 공개 정적인 메소드

public static StoreString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
리턴 bool

StoreString() 공개 정적인 메소드

public static StoreString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
리턴 bool

StoreString() 공개 정적인 메소드

public static StoreString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
리턴 bool

StoreString() 공개 정적인 메소드

public static StoreString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
리턴 bool

프로퍼티 상세

OTPASSWORD_BLOCKSIZE 공개적으로 정적으로 프로퍼티

public static int OTPASSWORD_BLOCKSIZE
리턴 int

OTPASSWORD_MEMSIZE 공개적으로 정적으로 프로퍼티

public static int OTPASSWORD_MEMSIZE
리턴 int

OT_DEFAULT_BLOCKSIZE 공개적으로 정적으로 프로퍼티

public static int OT_DEFAULT_BLOCKSIZE
리턴 int

OT_DEFAULT_MEMSIZE 공개적으로 정적으로 프로퍼티

public static int OT_DEFAULT_MEMSIZE
리턴 int

OT_LARGE_BLOCKSIZE 공개적으로 정적으로 프로퍼티

public static int OT_LARGE_BLOCKSIZE
리턴 int

OT_LARGE_MEMSIZE 공개적으로 정적으로 프로퍼티

public static int OT_LARGE_MEMSIZE
리턴 int

OT_PW_DISPLAY 공개적으로 정적으로 프로퍼티

public static string OT_PW_DISPLAY
리턴 string