| 程序包 | 说明 |
|---|---|
| in.clouthink.daas.security.token.repackage.org.apache.commons.codec |
Interfaces and classes used by
the various implementations in the sub-packages.
|
| in.clouthink.daas.security.token.repackage.org.apache.commons.codec.binary |
Base64, Base32, Binary, and Hexadecimal String encoding and decoding.
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
BinaryDecoder.decode(byte[] source)
Decodes a byte array and returns the results as a byte array.
|
Object |
Decoder.decode(Object source)
Decodes an "encoded" Object and returns a "decoded" Object.
|
String |
StringDecoder.decode(String source)
Decodes a String and returns a String.
|
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
Hex.decode(byte[] array)
Converts an array of character bytes representing hexadecimal values into
an array of bytes of those same values.
|
Object |
Hex.decode(Object object)
Converts a String or an array of character bytes representing hexadecimal
values into an array of bytes of those same values.
|
Object |
BinaryCodec.decode(Object ascii)
Decodes a byte array where each byte represents an ASCII '0' or '1'.
|
Object |
BaseNCodec.decode(Object obj)
Decodes an Object using the Base-N algorithm.
|
static byte[] |
Hex.decodeHex(char[] data)
Converts an array of characters representing hexadecimal values into an
array of bytes of those same values.
|
protected static int |
Hex.toDigit(char ch,
int index)
Converts a hexadecimal character to an integer.
|
Copyright © 2016. All rights reserved.