Uses of Interface
com.baidubce.auth.Signer

Packages that use Signer
com.baidubce.auth   
com.baidubce.http   
 

Uses of Signer in com.baidubce.auth
 

Classes in com.baidubce.auth that implement Signer
 class BceV1Signer
          The V1 implementation of Signer with the BCE signing protocol.
 

Uses of Signer in com.baidubce.http
 

Fields in com.baidubce.http declared as Signer
protected  Signer BceHttpClient.signer
           
 

Constructors in com.baidubce.http with parameters of type Signer
BceHttpClient(BceClientConfiguration config, Signer signer)
          Constructs a new BCE client using the specified client configuration options (ex: max retry attempts, proxy settings, etc), and request metric collector.
BceHttpClient(BceClientConfiguration config, Signer signer, boolean isHttpAsyncPutEnabled)
          Constructs a new BCE Http Client with httpAsyncPutEnabled.
 



Copyright © 2018. All rights reserved.