com.sap.security.core.server.securestorage.command
Class GetKeysCommand
java.lang.Object
|
+--com.sap.security.core.server.securestorage.command.AbstractCommandSecureStorage
|
+--com.sap.security.core.server.securestorage.command.GetKeysCommand
- All Implemented Interfaces:
- com.sap.engine.interfaces.shell.Command
- public class GetKeysCommand
- extends AbstractCommandSecureStorage
|
Method Summary |
void |
exec(com.sap.engine.interfaces.shell.Environment env,
java.io.InputStream is,
java.io.OutputStream os,
java.lang.String[] params)
|
java.lang.String |
getDescription()
Returns a description text. |
java.lang.String |
getName()
|
java.lang.String |
getUsage()
Returns a usage-text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetKeysCommand
public GetKeysCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
getName
public java.lang.String getName()
getDescription
public java.lang.String getDescription()
- Description copied from class:
AbstractCommandSecureStorage
- Returns a description text.
- Overrides:
getDescription in class AbstractCommandSecureStorage
getUsage
public java.lang.String getUsage()
- Description copied from class:
AbstractCommandSecureStorage
- Returns a usage-text.
- Overrides:
getUsage in class AbstractCommandSecureStorage
exec
public void exec(com.sap.engine.interfaces.shell.Environment env,
java.io.InputStream is,
java.io.OutputStream os,
java.lang.String[] params)