Documentation
¶
Index ¶
- type SslCertificateServer
- func (s *SslCertificateServer) GetIssuedBy(_ context.Context, req *pb.GetIssuedByRequest) (*pb.GetIssuedByResponse, error)
- func (s *SslCertificateServer) GetIssuedTo(_ context.Context, req *pb.GetIssuedToRequest) (*pb.GetIssuedToResponse, error)
- func (s *SslCertificateServer) GetValidNotAfter(_ context.Context, req *pb.GetValidNotAfterRequest) (*pb.GetValidNotAfterResponse, error)
- func (s *SslCertificateServer) GetValidNotAfterDate(_ context.Context, req *pb.GetValidNotAfterDateRequest) (*pb.GetValidNotAfterDateResponse, error)
- func (s *SslCertificateServer) GetValidNotBefore(_ context.Context, req *pb.GetValidNotBeforeRequest) (*pb.GetValidNotBeforeResponse, error)
- func (s *SslCertificateServer) GetValidNotBeforeDate(_ context.Context, req *pb.GetValidNotBeforeDateRequest) (*pb.GetValidNotBeforeDateResponse, error)
- func (s *SslCertificateServer) GetX509Certificate(_ context.Context, req *pb.GetX509CertificateRequest) (*pb.GetX509CertificateResponse, error)
- func (s *SslCertificateServer) NewSslCertificate(_ context.Context, req *pb.NewSslCertificateRequest) (*pb.NewSslCertificateResponse, error)
- func (s *SslCertificateServer) RestoreState(_ context.Context, req *pb.RestoreStateRequest) (*pb.RestoreStateResponse, error)
- func (s *SslCertificateServer) SaveState(_ context.Context, req *pb.SaveStateRequest) (*pb.SaveStateResponse, error)
- func (s *SslCertificateServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type SslErrorServer
- func (s *SslErrorServer) AddError(_ context.Context, req *pb.AddErrorRequest) (*pb.AddErrorResponse, error)
- func (s *SslErrorServer) GetCertificate(_ context.Context, req *pb.GetCertificateRequest) (*pb.GetCertificateResponse, error)
- func (s *SslErrorServer) GetPrimaryError(_ context.Context, req *pb.GetPrimaryErrorRequest) (*pb.GetPrimaryErrorResponse, error)
- func (s *SslErrorServer) GetUrl(_ context.Context, req *pb.GetUrlRequest) (*pb.GetUrlResponse, error)
- func (s *SslErrorServer) HasError(_ context.Context, req *pb.HasErrorRequest) (*pb.HasErrorResponse, error)
- func (s *SslErrorServer) NewSslError(_ context.Context, req *pb.NewSslErrorRequest) (*pb.NewSslErrorResponse, error)
- func (s *SslErrorServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- type X509TrustManagerExtensionsServer
- func (s *X509TrustManagerExtensionsServer) CheckServerTrusted3_1(_ context.Context, req *pb.CheckServerTrusted3_1Request) (*pb.CheckServerTrusted3_1Response, error)
- func (s *X509TrustManagerExtensionsServer) CheckServerTrusted5(_ context.Context, req *pb.CheckServerTrusted5Request) (*pb.CheckServerTrusted5Response, error)
- func (s *X509TrustManagerExtensionsServer) IsSameTrustConfiguration(_ context.Context, req *pb.IsSameTrustConfigurationRequest) (*pb.IsSameTrustConfigurationResponse, error)
- func (s *X509TrustManagerExtensionsServer) IsUserAddedCertificate(_ context.Context, req *pb.IsUserAddedCertificateRequest) (*pb.IsUserAddedCertificateResponse, error)
- func (s *X509TrustManagerExtensionsServer) NewX509TrustManagerExtensions(_ context.Context, req *pb.NewX509TrustManagerExtensionsRequest) (*pb.NewX509TrustManagerExtensionsResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SslCertificateServer ¶
type SslCertificateServer struct {
pb.UnimplementedSslCertificateServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SslCertificateServer implements pb.SslCertificateServiceServer.
func (*SslCertificateServer) GetIssuedBy ¶
func (s *SslCertificateServer) GetIssuedBy(_ context.Context, req *pb.GetIssuedByRequest) (*pb.GetIssuedByResponse, error)
func (*SslCertificateServer) GetIssuedTo ¶
func (s *SslCertificateServer) GetIssuedTo(_ context.Context, req *pb.GetIssuedToRequest) (*pb.GetIssuedToResponse, error)
func (*SslCertificateServer) GetValidNotAfter ¶
func (s *SslCertificateServer) GetValidNotAfter(_ context.Context, req *pb.GetValidNotAfterRequest) (*pb.GetValidNotAfterResponse, error)
func (*SslCertificateServer) GetValidNotAfterDate ¶
func (s *SslCertificateServer) GetValidNotAfterDate(_ context.Context, req *pb.GetValidNotAfterDateRequest) (*pb.GetValidNotAfterDateResponse, error)
func (*SslCertificateServer) GetValidNotBefore ¶
func (s *SslCertificateServer) GetValidNotBefore(_ context.Context, req *pb.GetValidNotBeforeRequest) (*pb.GetValidNotBeforeResponse, error)
func (*SslCertificateServer) GetValidNotBeforeDate ¶
func (s *SslCertificateServer) GetValidNotBeforeDate(_ context.Context, req *pb.GetValidNotBeforeDateRequest) (*pb.GetValidNotBeforeDateResponse, error)
func (*SslCertificateServer) GetX509Certificate ¶
func (s *SslCertificateServer) GetX509Certificate(_ context.Context, req *pb.GetX509CertificateRequest) (*pb.GetX509CertificateResponse, error)
func (*SslCertificateServer) NewSslCertificate ¶
func (s *SslCertificateServer) NewSslCertificate(_ context.Context, req *pb.NewSslCertificateRequest) (*pb.NewSslCertificateResponse, error)
func (*SslCertificateServer) RestoreState ¶
func (s *SslCertificateServer) RestoreState(_ context.Context, req *pb.RestoreStateRequest) (*pb.RestoreStateResponse, error)
func (*SslCertificateServer) SaveState ¶
func (s *SslCertificateServer) SaveState(_ context.Context, req *pb.SaveStateRequest) (*pb.SaveStateResponse, error)
func (*SslCertificateServer) ToString ¶
func (s *SslCertificateServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type SslErrorServer ¶
type SslErrorServer struct {
pb.UnimplementedSslErrorServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
SslErrorServer implements pb.SslErrorServiceServer.
func (*SslErrorServer) AddError ¶
func (s *SslErrorServer) AddError(_ context.Context, req *pb.AddErrorRequest) (*pb.AddErrorResponse, error)
func (*SslErrorServer) GetCertificate ¶
func (s *SslErrorServer) GetCertificate(_ context.Context, req *pb.GetCertificateRequest) (*pb.GetCertificateResponse, error)
func (*SslErrorServer) GetPrimaryError ¶
func (s *SslErrorServer) GetPrimaryError(_ context.Context, req *pb.GetPrimaryErrorRequest) (*pb.GetPrimaryErrorResponse, error)
func (*SslErrorServer) GetUrl ¶
func (s *SslErrorServer) GetUrl(_ context.Context, req *pb.GetUrlRequest) (*pb.GetUrlResponse, error)
func (*SslErrorServer) HasError ¶
func (s *SslErrorServer) HasError(_ context.Context, req *pb.HasErrorRequest) (*pb.HasErrorResponse, error)
func (*SslErrorServer) NewSslError ¶
func (s *SslErrorServer) NewSslError(_ context.Context, req *pb.NewSslErrorRequest) (*pb.NewSslErrorResponse, error)
func (*SslErrorServer) ToString ¶
func (s *SslErrorServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
type X509TrustManagerExtensionsServer ¶
type X509TrustManagerExtensionsServer struct {
pb.UnimplementedX509TrustManagerExtensionsServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
X509TrustManagerExtensionsServer implements pb.X509TrustManagerExtensionsServiceServer.
func (*X509TrustManagerExtensionsServer) CheckServerTrusted3_1 ¶
func (s *X509TrustManagerExtensionsServer) CheckServerTrusted3_1(_ context.Context, req *pb.CheckServerTrusted3_1Request) (*pb.CheckServerTrusted3_1Response, error)
func (*X509TrustManagerExtensionsServer) CheckServerTrusted5 ¶
func (s *X509TrustManagerExtensionsServer) CheckServerTrusted5(_ context.Context, req *pb.CheckServerTrusted5Request) (*pb.CheckServerTrusted5Response, error)
func (*X509TrustManagerExtensionsServer) IsSameTrustConfiguration ¶
func (s *X509TrustManagerExtensionsServer) IsSameTrustConfiguration(_ context.Context, req *pb.IsSameTrustConfigurationRequest) (*pb.IsSameTrustConfigurationResponse, error)
func (*X509TrustManagerExtensionsServer) IsUserAddedCertificate ¶
func (s *X509TrustManagerExtensionsServer) IsUserAddedCertificate(_ context.Context, req *pb.IsUserAddedCertificateRequest) (*pb.IsUserAddedCertificateResponse, error)
func (*X509TrustManagerExtensionsServer) NewX509TrustManagerExtensions ¶
func (s *X509TrustManagerExtensionsServer) NewX509TrustManagerExtensions(_ context.Context, req *pb.NewX509TrustManagerExtensionsRequest) (*pb.NewX509TrustManagerExtensionsResponse, error)
Click to show internal directories.
Click to hide internal directories.