|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.crypto.util.EncodingUtils
public class EncodingUtils
Static helper for encoding data.
For internal use only.
Method Summary | |
---|---|
static byte[] |
concatenate(byte[]... arrays)
Combine the individual byte arrays into one array. |
static byte[] |
subArray(byte[] array,
int beginIndex,
int endIndex)
Extract a sub array of bytes out of the byte array. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] concatenate(byte[]... arrays)
public static byte[] subArray(byte[] array, int beginIndex, int endIndex)
array
- the byte array to extract frombeginIndex
- the beginning index of the sub array, inclusiveendIndex
- the ending index of the sub array, exclusive
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |