| 程序包 | 说明 |
|---|---|
| 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[] |
BinaryEncoder.encode(byte[] source)
Encodes a byte array and return the encoded data as a byte array.
|
Object |
Encoder.encode(Object source)
Encodes an "Object" and returns the encoded content as an Object.
|
String |
StringEncoder.encode(String source)
Encodes a String and returns a String.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
Hex.encode(Object object)
Converts a String or an array of bytes into an array of characters
representing the hexadecimal values of each byte in order.
|
Object |
BinaryCodec.encode(Object raw)
Converts an array of raw binary data into an array of ASCII 0 and 1
chars.
|
Object |
BaseNCodec.encode(Object obj)
Encodes an Object using the Base-N algorithm.
|
Copyright © 2015. All rights reserved.