Class PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceImplBase (0.8.0)

public abstract static class PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceImplBase implements BindableService

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

Inheritance

java.lang.Object > PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceImplBase

Implements

io.grpc.BindableService

Constructors

PublicCertificateAuthorityServiceImplBase()

public PublicCertificateAuthorityServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition

createExternalAccountKey(CreateExternalAccountKeyRequest request, StreamObserver<ExternalAccountKey> responseObserver)

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

Creates a new ExternalAccountKey bound to the project.

Parameters
NameDescription
requestCreateExternalAccountKeyRequest
responseObserverio.grpc.stub.StreamObserver<ExternalAccountKey>