类 SM3SignerV2
- java.lang.Object
-
- org.opoo.ootp.signer.AbstractSigner
-
- org.opoo.ootp.signer.SM3Signer
-
- org.opoo.ootp.signer.SM3SignerV2
-
- 所有已实现的接口:
Signer
- 直接已知子类:
SM3WithSM2Signer
public class SM3SignerV2 extends SM3Signer
国密算法的签名。
-
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.StringALGORITHMstatic java.lang.StringEMPTY_BODY_SM3-
从类继承的字段 org.opoo.ootp.signer.AbstractSigner
GMT, ISO8601_FORMAT
-
从接口继承的字段 org.opoo.ootp.signer.Signer
ATTR_SIGNER_SKIP, HEADER_NAME_CONTENT_HASH, HEADER_NAME_PREFIX, SCHEME, SIGNER_ID
-
-
构造器概要
构造器 构造器 说明 SM3SignerV2(java.lang.String accessKey, java.lang.String secretKey)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected java.lang.StringgetAlgorithm()protected java.lang.StringgetEmptyBodySm3()-
从类继承的方法 org.opoo.ootp.signer.AbstractSigner
buildAuthorization, buildStringToSign, getAccessKey, getCanonicalizedHeaderString, getCanonicalizedQueryString, getSecretKey
-
-
-
-
方法详细资料
-
getAlgorithm
protected java.lang.String getAlgorithm()
- 覆盖:
getAlgorithm在类中SM3Signer
-
getEmptyBodySm3
protected java.lang.String getEmptyBodySm3()
- 覆盖:
getEmptyBodySm3在类中SM3Signer
-
-