Interface PublicCertificateAuthorityServiceGrpc.AsyncService (0.39.0)

public static interface PublicCertificateAuthorityServiceGrpc.AsyncService

Manages the resources required for ACME external account binding for the public certificate authority service.

Methods

createExternalAccountKey(CreateExternalAccountKeyRequest request, StreamObserver<ExternalAccountKey> responseObserver)

public default void createExternalAccountKey(CreateExternalAccountKeyRequest request, StreamObserver<ExternalAccountKey> responseObserver)

Creates a new ExternalAccountKey bound to the project.

Parameters
Name Description
request CreateExternalAccountKeyRequest
responseObserver io.grpc.stub.StreamObserver<ExternalAccountKey>