public interface SFSBUUIDUtil<T>
Modifier and Type | Method and Description |
---|---|
T |
byteArrayToKey(byte[] array,
int startIndex,
int len)
Return the sessionKey that represents the sessionKey.
|
T |
createSessionKey()
Create and return the sessionKey.
|
byte[] |
keyToByteArray(T sessionKey)
Called from the Container before publishing an IOR.
|
T createSessionKey()
byte[] keyToByteArray(T sessionKey)
T byteArrayToKey(byte[] array, int startIndex, int len)
Copyright © 2021. All rights reserved.