public interface KeyTransformer<K>
| Modifier and Type | Method and Description |
|---|---|
K |
byteArrayToKey(byte[] array,
int startIndex,
int len)
Return the key from the byte[].
|
byte[] |
keyToByteArray(K sessionKey)
Called from BackingStore implementation to convert the given key into byte[]
|
byte[] keyToByteArray(K sessionKey)
K byteArrayToKey(byte[] array, int startIndex, int len)
Copyright © 2017-2019 Eclipse Foundation. All Rights Reserved.