类 BceV1Signer

  • 所有已实现的接口:
    Signer

    public class BceV1Signer
    extends Object
    implements Signer
    The V1 implementation of Signer with the BCE signing protocol.
    • 构造器详细资料

      • BceV1Signer

        public BceV1Signer()
    • 方法详细资料

      • 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.
        指定者:
        sign 在接口中 Signer
        参数:
        request - the request to sign.
        credentials - the credentials to sign the request with.
        options - the options for signing.