public final class CertificateAuthorityServiceGrpc
Certificate Authority Service manages private
certificate authorities and issued certificates.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(CertificateAuthorityServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(CertificateAuthorityServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getActivateCertificateAuthorityMethod()
public static MethodDescriptor<ActivateCertificateAuthorityRequest,Operation> getActivateCertificateAuthorityMethod()
getCreateCertificateAuthorityMethod()
public static MethodDescriptor<CreateCertificateAuthorityRequest,Operation> getCreateCertificateAuthorityMethod()
getCreateCertificateMethod()
public static MethodDescriptor<CreateCertificateRequest,Certificate> getCreateCertificateMethod()
getDisableCertificateAuthorityMethod()
public static MethodDescriptor<DisableCertificateAuthorityRequest,Operation> getDisableCertificateAuthorityMethod()
getEnableCertificateAuthorityMethod()
public static MethodDescriptor<EnableCertificateAuthorityRequest,Operation> getEnableCertificateAuthorityMethod()
getFetchCertificateAuthorityCsrMethod()
public static MethodDescriptor<FetchCertificateAuthorityCsrRequest,FetchCertificateAuthorityCsrResponse> getFetchCertificateAuthorityCsrMethod()
getGetCertificateAuthorityMethod()
public static MethodDescriptor<GetCertificateAuthorityRequest,CertificateAuthority> getGetCertificateAuthorityMethod()
getGetCertificateMethod()
public static MethodDescriptor<GetCertificateRequest,Certificate> getGetCertificateMethod()
getGetCertificateRevocationListMethod()
public static MethodDescriptor<GetCertificateRevocationListRequest,CertificateRevocationList> getGetCertificateRevocationListMethod()
getGetReusableConfigMethod()
public static MethodDescriptor<GetReusableConfigRequest,ReusableConfig> getGetReusableConfigMethod()
getListCertificateAuthoritiesMethod()
public static MethodDescriptor<ListCertificateAuthoritiesRequest,ListCertificateAuthoritiesResponse> getListCertificateAuthoritiesMethod()
getListCertificateRevocationListsMethod()
public static MethodDescriptor<ListCertificateRevocationListsRequest,ListCertificateRevocationListsResponse> getListCertificateRevocationListsMethod()
getListCertificatesMethod()
public static MethodDescriptor<ListCertificatesRequest,ListCertificatesResponse> getListCertificatesMethod()
getListReusableConfigsMethod()
public static MethodDescriptor<ListReusableConfigsRequest,ListReusableConfigsResponse> getListReusableConfigsMethod()
getRestoreCertificateAuthorityMethod()
public static MethodDescriptor<RestoreCertificateAuthorityRequest,Operation> getRestoreCertificateAuthorityMethod()
getRevokeCertificateMethod()
public static MethodDescriptor<RevokeCertificateRequest,Certificate> getRevokeCertificateMethod()
getScheduleDeleteCertificateAuthorityMethod()
public static MethodDescriptor<ScheduleDeleteCertificateAuthorityRequest,Operation> getScheduleDeleteCertificateAuthorityMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateCertificateAuthorityMethod()
public static MethodDescriptor<UpdateCertificateAuthorityRequest,Operation> getUpdateCertificateAuthorityMethod()
getUpdateCertificateMethod()
public static MethodDescriptor<UpdateCertificateRequest,Certificate> getUpdateCertificateMethod()
getUpdateCertificateRevocationListMethod()
public static MethodDescriptor<UpdateCertificateRevocationListRequest,Operation> getUpdateCertificateRevocationListMethod()
newBlockingStub(Channel channel)
public static CertificateAuthorityServiceGrpc.CertificateAuthorityServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static CertificateAuthorityServiceGrpc.CertificateAuthorityServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static CertificateAuthorityServiceGrpc.CertificateAuthorityServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|