public interface IKeyStoreClient
| Modifier and Type | Method and Description |
|---|---|
Wrappers_Compile.Result<CreateKeyOutput,Error> |
CreateKey(CreateKeyInput input) |
Wrappers_Compile.Result<CreateKeyStoreOutput,Error> |
CreateKeyStore(CreateKeyStoreInput input) |
Wrappers_Compile.Result<GetActiveBranchKeyOutput,Error> |
GetActiveBranchKey(GetActiveBranchKeyInput input) |
Wrappers_Compile.Result<GetBeaconKeyOutput,Error> |
GetBeaconKey(GetBeaconKeyInput input) |
Wrappers_Compile.Result<GetBranchKeyVersionOutput,Error> |
GetBranchKeyVersion(GetBranchKeyVersionInput input) |
Wrappers_Compile.Result<GetKeyStoreInfoOutput,Error> |
GetKeyStoreInfo() |
Wrappers_Compile.Result<VersionKeyOutput,Error> |
VersionKey(VersionKeyInput input) |
Wrappers_Compile.Result<GetKeyStoreInfoOutput,Error> GetKeyStoreInfo()
Wrappers_Compile.Result<CreateKeyStoreOutput,Error> CreateKeyStore(CreateKeyStoreInput input)
Wrappers_Compile.Result<CreateKeyOutput,Error> CreateKey(CreateKeyInput input)
Wrappers_Compile.Result<VersionKeyOutput,Error> VersionKey(VersionKeyInput input)
Wrappers_Compile.Result<GetActiveBranchKeyOutput,Error> GetActiveBranchKey(GetActiveBranchKeyInput input)
Wrappers_Compile.Result<GetBranchKeyVersionOutput,Error> GetBranchKeyVersion(GetBranchKeyVersionInput input)
Wrappers_Compile.Result<GetBeaconKeyOutput,Error> GetBeaconKey(GetBeaconKeyInput input)