跳过导航链接
A B E G H I J O P S 

A

AbstractSigner - org.opoo.ootp.signer中的类
 
AbstractSigner(String, String) - 类 的构造器org.opoo.ootp.signer.AbstractSigner
 
ALGORITHM - 类 中的静态变量org.opoo.ootp.signer.JCESigner
 
ALGORITHM - 类 中的静态变量org.opoo.ootp.signer.SM3Signer
 
ALGORITHM - 类 中的静态变量org.opoo.ootp.signer.SM3SignerV2
 
ALGORITHM - 类 中的静态变量org.opoo.ootp.signer.SM3WithSM2Signer
 
ATTR_SIGNER_SKIP - 接口 中的静态变量org.opoo.ootp.signer.Signer
 

B

buildAuthorization(String, String, Map<String, String>, Map<String, String>, String) - 类 中的方法org.opoo.ootp.signer.AbstractSigner
 
buildAuthorization(String, String, Map<String, String>, Map<String, String>, String) - 接口 中的方法org.opoo.ootp.signer.Signer
组装 Authorization 头信息
buildStringToSign(String, String, String, String, Map<String, String>, Map<String, String>, String) - 类 中的方法org.opoo.ootp.signer.AbstractSigner
 

E

EMPTY_BODY_SHA256 - 类 中的静态变量org.opoo.ootp.signer.JCESigner
 
EMPTY_BODY_SM3 - 类 中的静态变量org.opoo.ootp.signer.SM3Signer
 
EMPTY_BODY_SM3 - 类 中的静态变量org.opoo.ootp.signer.SM3SignerV2
 

G

getAccessKey() - 类 中的方法org.opoo.ootp.signer.AbstractSigner
 
getAlgorithm() - 类 中的方法org.opoo.ootp.signer.AbstractSigner
 
getAlgorithm() - 类 中的方法org.opoo.ootp.signer.JCESigner
 
getAlgorithm() - 类 中的方法org.opoo.ootp.signer.SM3Signer
 
getAlgorithm() - 类 中的方法org.opoo.ootp.signer.SM3SignerV2
 
getAlgorithm() - 类 中的方法org.opoo.ootp.signer.SM3WithSM2Signer
 
getCanonicalizedHeaderString(Map<String, String>) - 类 中的方法org.opoo.ootp.signer.AbstractSigner
 
getCanonicalizedQueryString(Map<String, String>) - 类 中的方法org.opoo.ootp.signer.AbstractSigner
 
getEmptyBodySm3() - 类 中的方法org.opoo.ootp.signer.SM3Signer
 
getEmptyBodySm3() - 类 中的方法org.opoo.ootp.signer.SM3SignerV2
 
getPrivateKey() - 类 中的方法org.opoo.ootp.signer.SM3WithSM2Signer
 
getSecretKey() - 类 中的方法org.opoo.ootp.signer.AbstractSigner
 
GMT - 类 中的静态变量org.opoo.ootp.signer.AbstractSigner
 

H

hash(String) - 类 中的方法org.opoo.ootp.signer.JCESigner
 
hash(InputStream) - 类 中的方法org.opoo.ootp.signer.JCESigner
 
hash(String) - 接口 中的方法org.opoo.ootp.signer.Signer
计算内容的哈希值。
hash(InputStream) - 接口 中的方法org.opoo.ootp.signer.Signer
计算内容的哈希值。
hash(String) - 类 中的方法org.opoo.ootp.signer.SM3Signer
 
hash(InputStream) - 类 中的方法org.opoo.ootp.signer.SM3Signer
 
HEADER_NAME_CONTENT_HASH - 接口 中的静态变量org.opoo.ootp.signer.Signer
 
HEADER_NAME_PREFIX - 接口 中的静态变量org.opoo.ootp.signer.Signer
 

I

intercept(HttpRequest, byte[], ClientHttpRequestExecution) - 类 中的方法org.opoo.ootp.signer.spring.SignerClientHttpRequestInterceptor
 
ISO8601_FORMAT - 类 中的静态变量org.opoo.ootp.signer.AbstractSigner
format strings for the date/time and date stamps required during signing

J

JCESigner - org.opoo.ootp.signer中的类
国际标准算法的签名。
JCESigner(String, String) - 类 的构造器org.opoo.ootp.signer.JCESigner
 

O

org.opoo.ootp.signer - 程序包 org.opoo.ootp.signer
 
org.opoo.ootp.signer.httpclient - 程序包 org.opoo.ootp.signer.httpclient
 
org.opoo.ootp.signer.spring - 程序包 org.opoo.ootp.signer.spring
 

P

process(HttpRequest, HttpContext) - 类 中的方法org.opoo.ootp.signer.httpclient.SignerHttpRequestInterceptor
 

S

SCHEME - 接口 中的静态变量org.opoo.ootp.signer.Signer
 
sign(HttpUriRequest, HttpContext) - 类 中的方法org.opoo.ootp.signer.httpclient.SignerHttpRequestInterceptor
 
sign(String, String) - 类 中的方法org.opoo.ootp.signer.JCESigner
已过时。
sign(String) - 类 中的方法org.opoo.ootp.signer.JCESigner
 
sign(String, String) - 接口 中的方法org.opoo.ootp.signer.Signer
已过时。
使用 Signer.sign(String) 替代
sign(String) - 接口 中的方法org.opoo.ootp.signer.Signer
使用指定的 key 对被签名的字符串进行签名,通常使用 HMAC 算法或者非对称加密解密算法。
sign(String, String) - 类 中的方法org.opoo.ootp.signer.SM3Signer
已过时。
sign(String) - 类 中的方法org.opoo.ootp.signer.SM3Signer
 
sign(String, String) - 类 中的方法org.opoo.ootp.signer.SM3WithSM2Signer
已过时。
sign(String) - 类 中的方法org.opoo.ootp.signer.SM3WithSM2Signer
 
Signer - org.opoo.ootp.signer中的接口
 
SIGNER_ID - 接口 中的静态变量org.opoo.ootp.signer.Signer
 
SignerClientHttpRequestInterceptor - org.opoo.ootp.signer.spring中的类
 
SignerClientHttpRequestInterceptor(Signer) - 类 的构造器org.opoo.ootp.signer.spring.SignerClientHttpRequestInterceptor
 
SignerHttpRequestInterceptor - org.opoo.ootp.signer.httpclient中的类
 
SignerHttpRequestInterceptor(Signer) - 类 的构造器org.opoo.ootp.signer.httpclient.SignerHttpRequestInterceptor
 
SM3Signer - org.opoo.ootp.signer中的类
国密算法的签名。
SM3Signer(String, String) - 类 的构造器org.opoo.ootp.signer.SM3Signer
 
SM3SignerV2 - org.opoo.ootp.signer中的类
国密算法的签名。
SM3SignerV2(String, String) - 类 的构造器org.opoo.ootp.signer.SM3SignerV2
 
SM3WithSM2Signer - org.opoo.ootp.signer中的类
 
SM3WithSM2Signer(String, PrivateKey) - 类 的构造器org.opoo.ootp.signer.SM3WithSM2Signer
 
SM3WithSM2Signer(String, String) - 类 的构造器org.opoo.ootp.signer.SM3WithSM2Signer
 
SM3WithSM2Signer(String, byte[]) - 类 的构造器org.opoo.ootp.signer.SM3WithSM2Signer
 
A B E G H I J O P S 
跳过导航链接

Copyright © 2022. All rights reserved.