Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RA ¶
type RA struct { rapb.RegistrationAuthorityClient Impl *ra.RegistrationAuthorityImpl }
RA meets the `rapb.RegistrationAuthorityClient` interface and acts as a wrapper for an inner `*ra.RegistrationAuthorityImpl` (which in turn meets the `rapb.RegistrationAuthorityServer` interface). Only methods used by unit tests need to be implemented.
func (RA) AdministrativelyRevokeCertificate ¶
func (ra RA) AdministrativelyRevokeCertificate(ctx context.Context, req *rapb.AdministrativelyRevokeCertificateRequest, _ ...grpc.CallOption) (*emptypb.Empty, error)
AdministrativelyRevokeCertificate is a wrapper for `*ra.RegistrationAuthorityImpl.AdministrativelyRevokeCertificate`.
Click to show internal directories.
Click to hide internal directories.