Copyright © 2002 SAP AG. All Rights Reserved.

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


Constructor Summary
GetKeysCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
 
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 com.sap.security.core.server.securestorage.command.AbstractCommandSecureStorage
getGroup, getHelpMessage, getSecureStorageRuntimeInterface, getSupportedShellProviderNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetKeysCommand

public GetKeysCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
Method Detail

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)

Copyright © 2002 SAP AG. All Rights Reserved.