跳过导航链接
A B C D E G H I M N S U 

A

AES - cc.duduhuo.util.crypto中的类
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/10/28 18:37 Description: AES Tools Remarks: =======================================================

B

Base64 - borrow.android.util中的类
Utilities for encoding and decoding the Base64 representation of binary data. See RFCs 2045 and 3548.
Base64 - cc.duduhuo.util.digest中的类
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/11/5 22:10 Description: Base64 Utils Remarks: =======================================================
borrow.android.util - 程序包 borrow.android.util
 

C

cc.duduhuo.util.crypto - 程序包 cc.duduhuo.util.crypto
 
cc.duduhuo.util.digest - 程序包 cc.duduhuo.util.digest
 
CRC32 - cc.duduhuo.util.digest中的类
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2018/11/24 21:48 Description: A class that can be used to compute the CRC-32 of a data stream. Remarks: =======================================================
CRLF - 类 中的静态变量borrow.android.util.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF. Has no effect if NO_WRAP is specified as well.

D

decode(str, flags) - 类 中的静态方法borrow.android.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(input, flags) - 类 中的静态方法borrow.android.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(input, offset, len, flags) - 类 中的静态方法borrow.android.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(src) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Decodes a Base64 encoded String into a newly-allocated byte array using the {@link Base64} encoding scheme.
decode(src) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Decodes all bytes from the input byte array using the {@link Base64} encoding scheme, writing the results into a newly-allocated output byte array. The returned byte array is of the length of the resulting bytes.
decode(src, charset) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Decodes a Base64 encoded String using the {@link Base64} encoding scheme.
decode(src) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Decodes a Base64 encoded String using the {@link Base64} encoding scheme.
decodeToFile(src, file) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Decodes a Base64 encoded String into a newly-allocated byte array using the {@link Base64} encoding scheme.
decodeToFile(src, file) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Decodes all bytes from the input byte array using the {@link Base64} encoding scheme, writing the results into a newly-allocated output byte array. The returned byte array is of the length of the resulting bytes.
decrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Decrypt a password.
decrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Decrypt a password.
decrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Decrypt a password.
decrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Decrypt a password.
decrypt(input, key) - 类 中的静态方法cc.duduhuo.util.crypto.DES
Decrypt a password.
decrypt(input, key) - 类 中的静态方法cc.duduhuo.util.crypto.DES
Decrypt a password.
DEFAULT - 类 中的静态变量borrow.android.util.Base64
Default values for encoder/decoder flags.
DES - cc.duduhuo.util.crypto中的类
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/11/6 22:10 Description: DES Tools Remarks: =======================================================
Digest - cc.duduhuo.util.digest中的类
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/11/5 20:07 Description: Java Digest Util Remarks: =======================================================

E

encode(input, flags) - 类 中的静态方法borrow.android.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(input, offset, len, flags) - 类 中的静态方法borrow.android.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(src) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Encodes the specified byte array into a String using the {@link Base64} encoding scheme.
encode(src, charset) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Encodes the specified String into a String using the {@link Base64} encoding scheme.
encode(src) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Encodes the specified String into a String using the {@link Base64} encoding scheme.
encode(src) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Encodes the specified File into a String using the {@link Base64} encoding scheme.
encodeByteArray(src) - 类 中的静态方法cc.duduhuo.util.digest.Base64
Encodes all bytes from the specified byte array into a newly-allocated byte array using the {@link Base64} encoding scheme. The returned byte array is of the length of the resulting bytes.
encodeHex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a byte array and returns the digest for the data.
encodeHex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a byte array and returns the digest for the data.
encodeToString(input, flags) - 类 中的静态方法borrow.android.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(input, offset, len, flags) - 类 中的静态方法borrow.android.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
encrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Encrypts a password.
encrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Encrypts a password.
encrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Encrypts a password.
encrypt(input, seed) - 类 中的静态方法cc.duduhuo.util.crypto.AES
Encrypts a password.
encrypt(input, key) - 类 中的静态方法cc.duduhuo.util.crypto.DES
Encrypts a password.
encrypt(input, key) - 类 中的静态方法cc.duduhuo.util.crypto.DES
Encrypts a password.
encrypt(input, key) - 类 中的静态方法cc.duduhuo.util.crypto.DES
Encrypts a password.
encrypt(input, key) - 类 中的静态方法cc.duduhuo.util.crypto.DES
Encrypts a password.

G

getValue(data, charset, radix) - 类 中的静态方法cc.duduhuo.util.digest.CRC32
Get CRC-32 value
getValue(data, charset) - 类 中的静态方法cc.duduhuo.util.digest.CRC32
Get CRC-32 value
getValue(data) - 类 中的静态方法cc.duduhuo.util.digest.CRC32
Get CRC-32 value
getValue(file, radix) - 类 中的静态方法cc.duduhuo.util.digest.CRC32
Get CRC-32 value
getValue(file) - 类 中的静态方法cc.duduhuo.util.digest.CRC32
Get CRC-32 value

H

hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a string and returns the digest for the data.
hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a string and returns the digest for the data.
hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a file and returns the digest for the file data.
hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a file and returns the digest for the file data.
hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a byte array and returns the digest for the data.
hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Reads through a byte array and returns the digest for the data.

I

INSTANCE - 类 中的静态变量cc.duduhuo.util.crypto.AES
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/10/28 18:37 Description: AES Tools Remarks: =======================================================
INSTANCE - 类 中的静态变量cc.duduhuo.util.crypto.DES
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/11/6 22:10 Description: DES Tools Remarks: =======================================================
INSTANCE - 类 中的静态变量cc.duduhuo.util.digest.Base64
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/11/5 22:10 Description: Base64 Utils Remarks: =======================================================
INSTANCE - 类 中的静态变量cc.duduhuo.util.digest.CRC32
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2018/11/24 21:48 Description: A class that can be used to compute the CRC-32 of a data stream. Remarks: =======================================================
INSTANCE - 类 中的静态变量cc.duduhuo.util.digest.Digest
======================================================= Author: liying - liruoer2008@yeah.net Datetime: 2017/11/5 20:07 Description: Java Digest Util Remarks: =======================================================

M

md2(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 16 element byte[].
md2Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 32 character hex string.
md2Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD2 digest and returns the value as a 32 character hex string.
md5(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 16 element byte[].
md5Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 32 character hex string.
md5Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the MD5 digest and returns the value as a 32 character hex string.

N

NO_CLOSE - 类 中的静态变量borrow.android.util.Base64
Flag to pass to Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_PADDING - 类 中的静态变量borrow.android.util.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - 类 中的静态变量borrow.android.util.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).

S

sha1(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a byte[].
sha1(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a byte[].
sha1(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a byte[].
sha1Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a hex string.
sha1Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-1 digest and returns the value as a hex string.
sha224(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a byte[].
sha224(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a byte[].
sha224(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a byte[].
sha224Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a hex string.
sha224Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a hex string.
sha224Hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a hex string.
sha224Hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a hex string.
sha224Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a hex string.
sha224Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-224 digest and returns the value as a hex string.
sha256(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a byte[].
sha256(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a byte[].
sha256(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a byte[].
sha256Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a hex string.
sha256Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-256 digest and returns the value as a hex string.
sha384(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a byte[].
sha384(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a byte[].
sha384(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a byte[].
sha384Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a hex string.
sha384Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-384 digest and returns the value as a hex string.
sha512(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a byte[].
sha512(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a byte[].
sha512(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a byte[].
sha512Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(file, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(file) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(data, upperCase) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a hex string.
sha512Hex(data) - 类 中的静态方法cc.duduhuo.util.digest.Digest
Calculates the SHA-512 digest and returns the value as a hex string.

U

URL_SAFE - 类 中的静态变量borrow.android.util.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
A B C D E G H I M N S U 
跳过导航链接