Documentation
¶
Index ¶
- type AttestedKeyPairServer
- 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
- 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
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttestedKeyPairServer ¶
type AttestedKeyPairServer struct {
pb.UnimplementedAttestedKeyPairServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AttestedKeyPairServer implements pb.AttestedKeyPairServiceServer.
func (*AttestedKeyPairServer) GetAttestationRecord ¶
func (s *AttestedKeyPairServer) GetAttestationRecord(_ context.Context, req *pb.GetAttestationRecordRequest) (*pb.GetAttestationRecordResponse, error)
func (*AttestedKeyPairServer) GetKeyPair ¶
func (s *AttestedKeyPairServer) GetKeyPair(_ context.Context, req *pb.GetKeyPairRequest) (*pb.GetKeyPairResponse, error)
func (*AttestedKeyPairServer) NewAttestedKeyPair ¶
func (s *AttestedKeyPairServer) NewAttestedKeyPair(_ context.Context, req *pb.NewAttestedKeyPairRequest) (*pb.NewAttestedKeyPairResponse, error)
type FileIntegrityManagerServer ¶
type FileIntegrityManagerServer struct {
pb.UnimplementedFileIntegrityManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
FileIntegrityManagerServer implements pb.FileIntegrityManagerServiceServer.
func (*FileIntegrityManagerServer) IsApkVeritySupported ¶
func (s *FileIntegrityManagerServer) IsApkVeritySupported(_ context.Context, req *pb.IsApkVeritySupportedRequest) (*pb.IsApkVeritySupportedResponse, error)
func (*FileIntegrityManagerServer) IsAppSourceCertificateTrusted ¶
func (s *FileIntegrityManagerServer) IsAppSourceCertificateTrusted(_ context.Context, req *pb.IsAppSourceCertificateTrustedRequest) (*pb.IsAppSourceCertificateTrustedResponse, error)
type KeyChainServer ¶
type KeyChainServer struct {
pb.UnimplementedKeyChainServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
KeyChainServer implements pb.KeyChainServiceServer.
func (*KeyChainServer) ChoosePrivateKeyAlias6 ¶
func (s *KeyChainServer) ChoosePrivateKeyAlias6(_ context.Context, req *pb.ChoosePrivateKeyAlias6Request) (*pb.ChoosePrivateKeyAlias6Response, error)
func (*KeyChainServer) ChoosePrivateKeyAlias7_1 ¶
func (s *KeyChainServer) ChoosePrivateKeyAlias7_1(_ context.Context, req *pb.ChoosePrivateKeyAlias7_1Request) (*pb.ChoosePrivateKeyAlias7_1Response, error)
func (*KeyChainServer) CreateInstallIntent ¶
func (s *KeyChainServer) CreateInstallIntent(_ context.Context, req *pb.CreateInstallIntentRequest) (*pb.CreateInstallIntentResponse, error)
func (*KeyChainServer) CreateManageCredentialsIntent ¶
func (s *KeyChainServer) CreateManageCredentialsIntent(_ context.Context, req *pb.CreateManageCredentialsIntentRequest) (*pb.CreateManageCredentialsIntentResponse, error)
func (*KeyChainServer) GetCertificateChain ¶
func (s *KeyChainServer) GetCertificateChain(_ context.Context, req *pb.GetCertificateChainRequest) (*pb.GetCertificateChainResponse, error)
func (*KeyChainServer) GetCredentialManagementAppPolicy ¶
func (s *KeyChainServer) GetCredentialManagementAppPolicy(_ context.Context, req *pb.GetCredentialManagementAppPolicyRequest) (*pb.GetCredentialManagementAppPolicyResponse, error)
func (*KeyChainServer) GetPrivateKey ¶
func (s *KeyChainServer) GetPrivateKey(_ context.Context, req *pb.GetPrivateKeyRequest) (*pb.GetPrivateKeyResponse, error)
func (*KeyChainServer) IsBoundKeyAlgorithm ¶
func (s *KeyChainServer) IsBoundKeyAlgorithm(_ context.Context, req *pb.IsBoundKeyAlgorithmRequest) (*pb.IsBoundKeyAlgorithmResponse, error)
func (*KeyChainServer) IsCredentialManagementApp ¶
func (s *KeyChainServer) IsCredentialManagementApp(_ context.Context, req *pb.IsCredentialManagementAppRequest) (*pb.IsCredentialManagementAppResponse, error)
func (*KeyChainServer) IsKeyAlgorithmSupported ¶
func (s *KeyChainServer) IsKeyAlgorithmSupported(_ context.Context, req *pb.IsKeyAlgorithmSupportedRequest) (*pb.IsKeyAlgorithmSupportedResponse, error)
func (*KeyChainServer) NewKeyChain ¶
func (s *KeyChainServer) NewKeyChain(_ context.Context, req *pb.NewKeyChainRequest) (*pb.NewKeyChainResponse, error)
func (*KeyChainServer) RemoveCredentialManagementApp ¶
func (s *KeyChainServer) RemoveCredentialManagementApp(_ context.Context, req *pb.RemoveCredentialManagementAppRequest) (*pb.RemoveCredentialManagementAppResponse, error)
Click to show internal directories.
Click to hide internal directories.