Documentation
¶
Index ¶
- type BackendBusyExceptionServer
- 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
- 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
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendBusyExceptionServer ¶
type BackendBusyExceptionServer struct {
pb.UnimplementedBackendBusyExceptionServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
BackendBusyExceptionServer implements pb.BackendBusyExceptionServiceServer.
func (*BackendBusyExceptionServer) GetBackOffHintMillis ¶
func (s *BackendBusyExceptionServer) GetBackOffHintMillis(_ context.Context, req *pb.GetBackOffHintMillisRequest) (*pb.GetBackOffHintMillisResponse, error)
func (*BackendBusyExceptionServer) NewBackendBusyException ¶
func (s *BackendBusyExceptionServer) NewBackendBusyException(_ context.Context, req *pb.NewBackendBusyExceptionRequest) (*pb.NewBackendBusyExceptionResponse, error)
type KeyStoreManagerServer ¶
type KeyStoreManagerServer struct {
pb.UnimplementedKeyStoreManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
KeyStoreManagerServer implements pb.KeyStoreManagerServiceServer.
func (*KeyStoreManagerServer) GetGrantedCertificateChainFromId ¶
func (s *KeyStoreManagerServer) GetGrantedCertificateChainFromId(_ context.Context, req *pb.GetGrantedCertificateChainFromIdRequest) (*pb.GetGrantedCertificateChainFromIdResponse, error)
func (*KeyStoreManagerServer) GetGrantedKeyFromId ¶
func (s *KeyStoreManagerServer) GetGrantedKeyFromId(_ context.Context, req *pb.GetGrantedKeyFromIdRequest) (*pb.GetGrantedKeyFromIdResponse, error)
func (*KeyStoreManagerServer) GetGrantedKeyPairFromId ¶
func (s *KeyStoreManagerServer) GetGrantedKeyPairFromId(_ context.Context, req *pb.GetGrantedKeyPairFromIdRequest) (*pb.GetGrantedKeyPairFromIdResponse, error)
func (*KeyStoreManagerServer) GetSupplementaryAttestationInfo ¶
func (s *KeyStoreManagerServer) GetSupplementaryAttestationInfo(_ context.Context, req *pb.GetSupplementaryAttestationInfoRequest) (*pb.GetSupplementaryAttestationInfoResponse, error)
func (*KeyStoreManagerServer) GrantKeyAccess ¶
func (s *KeyStoreManagerServer) GrantKeyAccess(_ context.Context, req *pb.GrantKeyAccessRequest) (*pb.GrantKeyAccessResponse, error)
func (*KeyStoreManagerServer) RevokeKeyAccess ¶
func (s *KeyStoreManagerServer) RevokeKeyAccess(_ context.Context, req *pb.RevokeKeyAccessRequest) (*pb.RevokeKeyAccessResponse, error)
type WrappedKeyEntryServer ¶
type WrappedKeyEntryServer struct {
pb.UnimplementedWrappedKeyEntryServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
WrappedKeyEntryServer implements pb.WrappedKeyEntryServiceServer.
func (*WrappedKeyEntryServer) GetAlgorithmParameterSpec ¶
func (s *WrappedKeyEntryServer) GetAlgorithmParameterSpec(_ context.Context, req *pb.GetAlgorithmParameterSpecRequest) (*pb.GetAlgorithmParameterSpecResponse, error)
func (*WrappedKeyEntryServer) GetTransformation ¶
func (s *WrappedKeyEntryServer) GetTransformation(_ context.Context, req *pb.GetTransformationRequest) (*pb.GetTransformationResponse, error)
func (*WrappedKeyEntryServer) GetWrappedKeyBytes ¶
func (s *WrappedKeyEntryServer) GetWrappedKeyBytes(_ context.Context, req *pb.GetWrappedKeyBytesRequest) (*pb.GetWrappedKeyBytesResponse, error)
func (*WrappedKeyEntryServer) GetWrappingKeyAlias ¶
func (s *WrappedKeyEntryServer) GetWrappingKeyAlias(_ context.Context, req *pb.GetWrappingKeyAliasRequest) (*pb.GetWrappingKeyAliasResponse, error)
func (*WrappedKeyEntryServer) NewWrappedKeyEntry ¶
func (s *WrappedKeyEntryServer) NewWrappedKeyEntry(_ context.Context, req *pb.NewWrappedKeyEntryRequest) (*pb.NewWrappedKeyEntryResponse, error)
Click to show internal directories.
Click to hide internal directories.