public class __default
extends java.lang.Object
| Constructor and Description |
|---|
__default() |
| Modifier and Type | Method and Description |
|---|---|
static Wrappers_Compile.Result<CreateKeyOutput,Error> |
CreateKey(Config config,
CreateKeyInput input) |
static Wrappers_Compile.Result<CreateKeyStoreOutput,Error> |
CreateKeyStore(Config config,
CreateKeyStoreInput input) |
static Wrappers_Compile.Result<GetActiveBranchKeyOutput,Error> |
GetActiveBranchKey(Config config,
GetActiveBranchKeyInput input) |
static Wrappers_Compile.Result<GetBeaconKeyOutput,Error> |
GetBeaconKey(Config config,
GetBeaconKeyInput input) |
static Wrappers_Compile.Result<GetBranchKeyVersionOutput,Error> |
GetBranchKeyVersion(Config config,
GetBranchKeyVersionInput input) |
static Wrappers_Compile.Result<GetKeyStoreInfoOutput,Error> |
GetKeyStoreInfo(Config config) |
java.lang.String |
toString() |
static Wrappers_Compile.Result<VersionKeyOutput,Error> |
VersionKey(Config config,
VersionKeyInput input) |
public static Wrappers_Compile.Result<GetKeyStoreInfoOutput,Error> GetKeyStoreInfo(Config config)
public static Wrappers_Compile.Result<CreateKeyStoreOutput,Error> CreateKeyStore(Config config, CreateKeyStoreInput input)
public static Wrappers_Compile.Result<CreateKeyOutput,Error> CreateKey(Config config, CreateKeyInput input)
public static Wrappers_Compile.Result<VersionKeyOutput,Error> VersionKey(Config config, VersionKeyInput input)
public static Wrappers_Compile.Result<GetActiveBranchKeyOutput,Error> GetActiveBranchKey(Config config, GetActiveBranchKeyInput input)
public static Wrappers_Compile.Result<GetBranchKeyVersionOutput,Error> GetBranchKeyVersion(Config config, GetBranchKeyVersionInput input)
public static Wrappers_Compile.Result<GetBeaconKeyOutput,Error> GetBeaconKey(Config config, GetBeaconKeyInput input)
public java.lang.String toString()
toString in class java.lang.Object