跳过导航链接
A B C D E G H I K P S T U 

A

arrayToUtf8(byte[]) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
字节数组转 utf8 串

B

bytesToHex(byte[]) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
byte数组转 16 进制字符串

C

com.antherd.smcrypto.sm2 - 程序包 com.antherd.smcrypto.sm2
 
com.antherd.smcrypto.sm3 - 程序包 com.antherd.smcrypto.sm3
 
com.antherd.smcrypto.sm4 - 程序包 com.antherd.smcrypto.sm4
 

D

decrypt(String, String, Sm4Options) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
解密
decrypt(String, String) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
解密
doDecrypt(String, String, int) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
解密
doDecrypt(String, String) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
解密 cipherMode = 1
doEncrypt(String, String, int) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
加密
doEncrypt(String, String) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
加密 cipherMode = 1
doSignature(String, String, SignatureOptions) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
签名
doSignature(String, String) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
签名
doVerifySignature(String, String, String, SignatureOptions) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
验签
doVerifySignature(String, String, String) - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
验签

E

encrypt(String, String, Sm4Options) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
加密
encrypt(String, String) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
加密

G

generateKeyPairHex() - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
生成密钥对:publicKey = privateKey * G
getIv() - 类 中的方法com.antherd.smcrypto.sm4.Sm4Options
 
getK() - 类 中的方法com.antherd.smcrypto.sm2.Point
 
getMode() - 类 中的方法com.antherd.smcrypto.sm4.Sm4Options
 
getPadding() - 类 中的方法com.antherd.smcrypto.sm4.Sm4Options
 
getPoint() - 类 中的静态方法com.antherd.smcrypto.sm2.Sm2
获取椭圆曲线点
getPointPool() - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
getPrivateKey() - 类 中的方法com.antherd.smcrypto.sm2.Keypair
 
getPublicKey() - 类 中的方法com.antherd.smcrypto.sm2.Keypair
 
getPublicKey() - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
getUserId() - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
getX1() - 类 中的方法com.antherd.smcrypto.sm2.Point
 

H

hexToBytes(String) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
16 进制串转字节数组

I

isDer() - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
isHash() - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 

K

Keypair - com.antherd.smcrypto.sm2中的类
公私钥对
Keypair() - 类 的构造器com.antherd.smcrypto.sm2.Keypair
 
Keypair(String, String) - 类 的构造器com.antherd.smcrypto.sm2.Keypair
 

P

Point - com.antherd.smcrypto.sm2中的类
 
Point() - 类 的构造器com.antherd.smcrypto.sm2.Point
 
Point(Map<String, Object>, Map<String, Object>) - 类 的构造器com.antherd.smcrypto.sm2.Point
 
Point(String, String, Map<String, Object>, Map<String, Object>) - 类 的构造器com.antherd.smcrypto.sm2.Point
 
privateKey - 类 中的变量com.antherd.smcrypto.sm2.Keypair
 
publicKey - 类 中的变量com.antherd.smcrypto.sm2.Keypair
 

S

setDer(boolean) - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
setHash(boolean) - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
setIv(String) - 类 中的方法com.antherd.smcrypto.sm4.Sm4Options
 
setK(Map<String, Object>) - 类 中的方法com.antherd.smcrypto.sm2.Point
 
setMode(String) - 类 中的方法com.antherd.smcrypto.sm4.Sm4Options
 
setPadding(String) - 类 中的方法com.antherd.smcrypto.sm4.Sm4Options
 
setPointPool(Queue<Point>) - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
setPrivateKey(String) - 类 中的方法com.antherd.smcrypto.sm2.Keypair
 
setPublicKey(String) - 类 中的方法com.antherd.smcrypto.sm2.Keypair
 
setPublicKey(String) - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
setUserId(String) - 类 中的方法com.antherd.smcrypto.sm2.SignatureOptions
 
setX1(Map<String, Object>) - 类 中的方法com.antherd.smcrypto.sm2.Point
 
SignatureOptions - com.antherd.smcrypto.sm2中的类
 
SignatureOptions() - 类 的构造器com.antherd.smcrypto.sm2.SignatureOptions
 
SignatureOptions(Queue<Point>, boolean, boolean, String, String) - 类 的构造器com.antherd.smcrypto.sm2.SignatureOptions
 
Sm2 - com.antherd.smcrypto.sm2中的类
 
Sm2() - 类 的构造器com.antherd.smcrypto.sm2.Sm2
 
Sm3 - com.antherd.smcrypto.sm3中的类
 
Sm3() - 类 的构造器com.antherd.smcrypto.sm3.Sm3
 
sm3(String) - 类 中的静态方法com.antherd.smcrypto.sm3.Sm3
杂凑
Sm4 - com.antherd.smcrypto.sm4中的类
 
Sm4() - 类 的构造器com.antherd.smcrypto.sm4.Sm4
 
Sm4Options - com.antherd.smcrypto.sm4中的类
 
Sm4Options() - 类 的构造器com.antherd.smcrypto.sm4.Sm4Options
 
Sm4Options(String, String, String) - 类 的构造器com.antherd.smcrypto.sm4.Sm4Options
 

T

toString() - 类 中的方法com.antherd.smcrypto.sm2.Keypair
 
toString() - 类 中的方法com.antherd.smcrypto.sm2.Point
 
toString() - 类 中的方法com.antherd.smcrypto.sm4.Sm4Options
 

U

utf8ToArray(String) - 类 中的静态方法com.antherd.smcrypto.sm4.Sm4
utf8 串转字节数组
A B C D E G H I K P S T U 
跳过导航链接

Copyright © 2021. All rights reserved.