public class KeyChainAccessor extends Object implements ICacheAccessor
| Constructor and Description |
|---|
KeyChainAccessor(String cacheFilePath,
String serviceName,
String accountName) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the cache
|
byte[] |
read()
Reads cache data
|
void |
write(byte[] data)
Writes cache data
|
public byte[] read()
ICacheAccessorread in interface ICacheAccessorpublic void write(byte[] data)
ICacheAccessorwrite in interface ICacheAccessordata - cache datapublic void delete()
ICacheAccessordelete in interface ICacheAccessorCopyright © 2024. All rights reserved.