| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BinaryEncoder
Defines common encoding methods for byte array encoders.
|
interface |
StringEncoder
Defines common encoding methods for String encoders.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Base32
Provides Base32 encoding and decoding as defined by RFC 4648.
|
class |
Base64
Provides Base64 encoding and decoding as defined by RFC 2045.
|
class |
BaseNCodec
Abstract superclass for Base-N encoders and decoders.
|
class |
BinaryCodec
Converts between byte arrays and strings of "0"s and "1"s.
|
class |
Hex
Converts hexadecimal Strings.
|
Copyright © 2016. All rights reserved.