CASA/CASA/micasadk/linux/micasa_lux.exp
2006-09-29 18:32:04 +00:00

35 lines
736 B
Plaintext

VER_1.0
{
global:
miCASA_CreateSHSHandle;
miCASA_DestroySHSHandle;
miCASA_GetNextSHSEntry;
miCASA_AddSHSEntry;
miCASA_RemoveSHSEntry;
miCASAOpenSecretStoreCache;
miCASACloseSecretStoreCache;
miCASAReadSecret;
miCASAReadKey;
miCASAReadBinaryKey;
miCASARemoveSecret;
miCASARemoveKey;
miCASAWriteSecret;
miCASAWriteKey;
miCASAWriteBinaryKey;
miCASAGetStoreInformation;
miCASAEnumerateSecretIDs;
miCASARemoveSecretStore;
miCASASetMasterPassword;
miCASAUnlockSecrets;
miCASAUnlockStore;
miCASALockStore;
miCASARemoveKeyChain;
miCASARemoveCredential;
miCASASetCredential;
miCASAGetCredential;
miCASAIsSecretPersistent;
miCASASetMasterPasscode;
local:
*;
};