Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AttestedKeyPairServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AttestedKeyPairServer) GetAttestationRecord(_ context.Context, req *pb.GetAttestationRecordRequest) (*pb.GetAttestationRecordResponse, error) + func (s *AttestedKeyPairServer) GetKeyPair(_ context.Context, req *pb.GetKeyPairRequest) (*pb.GetKeyPairResponse, error) + func (s *AttestedKeyPairServer) NewAttestedKeyPair(_ context.Context, req *pb.NewAttestedKeyPairRequest) (*pb.NewAttestedKeyPairResponse, error) + type FileIntegrityManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *FileIntegrityManagerServer) IsApkVeritySupported(_ context.Context, req *pb.IsApkVeritySupportedRequest) (*pb.IsApkVeritySupportedResponse, error) + func (s *FileIntegrityManagerServer) IsAppSourceCertificateTrusted(_ context.Context, req *pb.IsAppSourceCertificateTrustedRequest) (*pb.IsAppSourceCertificateTrustedResponse, error) + type KeyChainServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *KeyChainServer) ChoosePrivateKeyAlias6(_ context.Context, req *pb.ChoosePrivateKeyAlias6Request) (*pb.ChoosePrivateKeyAlias6Response, error) + func (s *KeyChainServer) ChoosePrivateKeyAlias7_1(_ context.Context, req *pb.ChoosePrivateKeyAlias7_1Request) (*pb.ChoosePrivateKeyAlias7_1Response, error) + func (s *KeyChainServer) CreateInstallIntent(_ context.Context, req *pb.CreateInstallIntentRequest) (*pb.CreateInstallIntentResponse, error) + func (s *KeyChainServer) CreateManageCredentialsIntent(_ context.Context, req *pb.CreateManageCredentialsIntentRequest) (*pb.CreateManageCredentialsIntentResponse, error) + func (s *KeyChainServer) GetCertificateChain(_ context.Context, req *pb.GetCertificateChainRequest) (*pb.GetCertificateChainResponse, error) + func (s *KeyChainServer) GetCredentialManagementAppPolicy(_ context.Context, req *pb.GetCredentialManagementAppPolicyRequest) (*pb.GetCredentialManagementAppPolicyResponse, error) + func (s *KeyChainServer) GetPrivateKey(_ context.Context, req *pb.GetPrivateKeyRequest) (*pb.GetPrivateKeyResponse, error) + func (s *KeyChainServer) IsBoundKeyAlgorithm(_ context.Context, req *pb.IsBoundKeyAlgorithmRequest) (*pb.IsBoundKeyAlgorithmResponse, error) + func (s *KeyChainServer) IsCredentialManagementApp(_ context.Context, req *pb.IsCredentialManagementAppRequest) (*pb.IsCredentialManagementAppResponse, error) + func (s *KeyChainServer) IsKeyAlgorithmSupported(_ context.Context, req *pb.IsKeyAlgorithmSupportedRequest) (*pb.IsKeyAlgorithmSupportedResponse, error) + func (s *KeyChainServer) NewKeyChain(_ context.Context, req *pb.NewKeyChainRequest) (*pb.NewKeyChainResponse, error) + func (s *KeyChainServer) RemoveCredentialManagementApp(_ context.Context, req *pb.RemoveCredentialManagementAppRequest) (*pb.RemoveCredentialManagementAppResponse, error)