Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static PluginType |
PluginType.CUSTOMALGORITHM |
static PluginType |
PluginType.IMPERSONATING |
static PluginType |
PluginType.STANDARD |
Modifier and Type | Method and Description |
---|---|
static PluginType |
PluginType.fromValue(String val)
Intantiate an enumeration member from a value.
|
PluginType |
Plugin.getPluginType()
Get pluginType
|
PluginType |
PluginRequest.getPluginType()
Get pluginType
|
static PluginType[] |
PluginType.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
Plugin.pluginType(PluginType pluginType) |
PluginRequest |
PluginRequest.pluginType(PluginType pluginType) |
void |
Plugin.setPluginType(PluginType pluginType) |
void |
PluginRequest.setPluginType(PluginType pluginType) |
Copyright © 2017-2020 Fortanix Inc. All Rights Reserved