Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BackendBusyExceptionServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *BackendBusyExceptionServer) GetBackOffHintMillis(_ context.Context, req *pb.GetBackOffHintMillisRequest) (*pb.GetBackOffHintMillisResponse, error) + func (s *BackendBusyExceptionServer) NewBackendBusyException(_ context.Context, req *pb.NewBackendBusyExceptionRequest) (*pb.NewBackendBusyExceptionResponse, error) + type KeyStoreManagerServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *KeyStoreManagerServer) GetGrantedCertificateChainFromId(_ context.Context, req *pb.GetGrantedCertificateChainFromIdRequest) (*pb.GetGrantedCertificateChainFromIdResponse, error) + func (s *KeyStoreManagerServer) GetGrantedKeyFromId(_ context.Context, req *pb.GetGrantedKeyFromIdRequest) (*pb.GetGrantedKeyFromIdResponse, error) + func (s *KeyStoreManagerServer) GetGrantedKeyPairFromId(_ context.Context, req *pb.GetGrantedKeyPairFromIdRequest) (*pb.GetGrantedKeyPairFromIdResponse, error) + func (s *KeyStoreManagerServer) GetSupplementaryAttestationInfo(_ context.Context, req *pb.GetSupplementaryAttestationInfoRequest) (*pb.GetSupplementaryAttestationInfoResponse, error) + func (s *KeyStoreManagerServer) GrantKeyAccess(_ context.Context, req *pb.GrantKeyAccessRequest) (*pb.GrantKeyAccessResponse, error) + func (s *KeyStoreManagerServer) RevokeKeyAccess(_ context.Context, req *pb.RevokeKeyAccessRequest) (*pb.RevokeKeyAccessResponse, error) + type WrappedKeyEntryServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *WrappedKeyEntryServer) GetAlgorithmParameterSpec(_ context.Context, req *pb.GetAlgorithmParameterSpecRequest) (*pb.GetAlgorithmParameterSpecResponse, error) + func (s *WrappedKeyEntryServer) GetTransformation(_ context.Context, req *pb.GetTransformationRequest) (*pb.GetTransformationResponse, error) + func (s *WrappedKeyEntryServer) GetWrappedKeyBytes(_ context.Context, req *pb.GetWrappedKeyBytesRequest) (*pb.GetWrappedKeyBytesResponse, error) + func (s *WrappedKeyEntryServer) GetWrappingKeyAlias(_ context.Context, req *pb.GetWrappingKeyAliasRequest) (*pb.GetWrappingKeyAliasResponse, error) + func (s *WrappedKeyEntryServer) NewWrappedKeyEntry(_ context.Context, req *pb.NewWrappedKeyEntryRequest) (*pb.NewWrappedKeyEntryResponse, error)