public class KeyRingAccessor extends Object implements ICacheAccessor
| Constructor and Description |
|---|
KeyRingAccessor(String cacheFilePath,
String keyringCollection,
String keyringSchemaName,
String keyringSecretLabel,
String attributeKey1,
String attributeValue1,
String attributeKey2,
String attributeValue2) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deletes the cache
|
byte[] |
read()
Reads cache data
|
void |
verify() |
void |
write(byte[] data)
Writes cache data
|
public void verify()
public byte[] read()
ICacheAccessorread in interface ICacheAccessorpublic void write(byte[] data)
ICacheAccessorwrite in interface ICacheAccessordata - cache datapublic void delete()
ICacheAccessordelete in interface ICacheAccessorCopyright © 2020. All rights reserved.