Uses of Class
com.sun.ejb.base.sfsb.util.SimpleKeyGenerator.SimpleSessionKey
-
Packages that use SimpleKeyGenerator.SimpleSessionKey Package Description com.sun.ejb.base.sfsb.util -
-
Uses of SimpleKeyGenerator.SimpleSessionKey in com.sun.ejb.base.sfsb.util
Methods in com.sun.ejb.base.sfsb.util that return SimpleKeyGenerator.SimpleSessionKey Modifier and Type Method Description SimpleKeyGenerator.SimpleSessionKeySimpleKeyGenerator. byteArrayToKey(byte[] array, int startIndex, int len)Return the sessionKey that represents the sessionKey.SimpleKeyGenerator.SimpleSessionKeyScrambledKeyGenerator. createSessionKey()Create and return the sessionKey.SimpleKeyGenerator.SimpleSessionKeySimpleKeyGenerator. createSessionKey()Create and return the sessionKey.Methods in com.sun.ejb.base.sfsb.util with parameters of type SimpleKeyGenerator.SimpleSessionKey Modifier and Type Method Description byte[]SimpleKeyGenerator. keyToByteArray(SimpleKeyGenerator.SimpleSessionKey key)Called from the Container before publishing an IOR.
-