# Functions
No description provided by the author
No description provided by the author
*
* 声明一项非对称加密算法;
*
* @param name 算法名称;
* @param uid 算法ID;需要在同类算法中保持唯一性;
* @return
*/.
*
* 声明一项哈希算法;
*
* @param name 算法名称;
* @param uid 算法ID;需要在同类算法中保持唯一性;
* @return
*/.
*
* 声明一项随机数算法;
*
* @param name 算法名称;
* @param uid 算法ID;需要在同类算法中保持唯一性;
* @return
*/.
*
* 声明一项非对称密码算法;
*
* @param name 算法名称;
* @param uid 算法ID;需要在同类算法中保持唯一性;
* @return
*/.
*
* 声明一项对称密码算法;
*
* @param name 算法名称;
* @param uid 算法ID;需要在同类算法中保持唯一性;
* @return
*/.
*
* 声明一项扩展的密码算法;
*
* @param name 算法名称;
* @param uid 算法ID;需要在同类算法中保持唯一性;
* @return
*/.
No description provided by the author
No description provided by the author
从公钥生成地址.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
算法标识符的长度.
非对称密钥标识.
算法编码的字节长度;等同于 {@link #getCodeBytes(CryptoAlgorithm)} 返回的字节数组的长度.
加密算法标识.
*
* 扩展密码算法标识;
* 表示除了
* {@link #RANDOM_ALGORITHM}、{@link #HASH_ALGORITHM}、{@link #SIGNATURE_ALGORITHM}、{@link #ENCRYPTION_ALGORITHM}
* 之外的其它非标准分类的密码算法,诸如加法同态算法、多方求和算法等;
*/.
哈希数算法标识.
No description provided by the author
非对称密钥的私钥.
非对称密钥的公钥.
随机数算法标识.
签名算法标识.
对称密钥.
对称密钥标识.
# Structs
No description provided by the author
非对称秘钥.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
私钥.
公钥.
No description provided by the author
No description provided by the author
对称秘钥.
# Interfaces
No description provided by the author
*
* @Author: imuge
* @Date: 2020/4/28 2:16 下午
*/.
密文.
No description provided by the author
摘要.
*
* @Author: imuge
* @Date: 2020/4/28 2:13 下午
*/.
秘钥.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
*
* @Author: imuge
* @Date: 2020/4/28 2:14 下午
*/.