Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type DisplayHashManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *DisplayHashManagerServer) GetSupportedHashAlgorithms(_ context.Context, req *pb.GetSupportedHashAlgorithmsRequest) (*pb.GetSupportedHashAlgorithmsResponse, error) + func (s *DisplayHashManagerServer) VerifyDisplayHash(_ context.Context, req *pb.VerifyDisplayHashRequest) (*pb.VerifyDisplayHashResponse, error) + type VerifiedDisplayHashServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *VerifiedDisplayHashServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *VerifiedDisplayHashServer) GetBoundsInWindow(_ context.Context, req *pb.GetBoundsInWindowRequest) (*pb.GetBoundsInWindowResponse, error) + func (s *VerifiedDisplayHashServer) GetHashAlgorithm(_ context.Context, req *pb.GetHashAlgorithmRequest) (*pb.GetHashAlgorithmResponse, error) + func (s *VerifiedDisplayHashServer) GetImageHash(_ context.Context, req *pb.GetImageHashRequest) (*pb.GetImageHashResponse, error) + func (s *VerifiedDisplayHashServer) GetTimeMillis(_ context.Context, req *pb.GetTimeMillisRequest) (*pb.GetTimeMillisResponse, error) + func (s *VerifiedDisplayHashServer) NewVerifiedDisplayHash(_ context.Context, req *pb.NewVerifiedDisplayHashRequest) (*pb.NewVerifiedDisplayHashResponse, error) + func (s *VerifiedDisplayHashServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *VerifiedDisplayHashServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)