类 BceV1Signer
- java.lang.Object
-
- com.baidubce.auth.BceV1Signer
-
-
构造器概要
构造器 构造器 说明 BceV1Signer()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidsign(InternalRequest request, BceCredentials credentials)Equivalent to sign(request, credentials, SignOptions.DEFAULT).voidsign(InternalRequest request, BceCredentials credentials, SignOptions options)Sign the given request with the given set of credentials.
-
-
-
方法详细资料
-
sign
public void sign(InternalRequest request, BceCredentials credentials)
从接口复制的说明:SignerEquivalent to sign(request, credentials, SignOptions.DEFAULT).- 指定者:
sign在接口中Signer- 参数:
request- the request to sign.credentials- the credentials to sign the request with.- 另请参阅:
Signer.sign(InternalRequest, BceCredentials)
-
sign
public void sign(InternalRequest request, BceCredentials credentials, SignOptions options)
Sign the given request with the given set of credentials. Modifies the passed-in request to apply the signature.
-
-