Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type SslCertificateServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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 struct + Ctx *app.Context + Handles *handlestore.HandleStore + 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)