| java.lang.Object | |
| ↳ | org.springframework.security.crypto.util.EncodingUtils |
Static helper for encoding data.
For internal use only.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Combine the individual byte arrays into one array.
| |||||||||||
Extract a sub array of bytes out of the byte array.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Combine the individual byte arrays into one array.
Extract a sub array of bytes out of the byte array.
| array | the byte array to extract from |
|---|---|
| beginIndex | the beginning index of the sub array, inclusive |
| endIndex | the ending index of the sub array, exclusive |