- 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:
=======================================================
- 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.
- 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.
- 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.