Copyright © 2002 SAP AG. All Rights Reserved.

Uses of Class
com.sap.security.core.server.securestorage.exception.KeyStoreAccessException

Packages that use KeyStoreAccessException
com.sap.security.core.server.securestorage.remote   
 

Uses of KeyStoreAccessException in com.sap.security.core.server.securestorage.remote
 

Methods in com.sap.security.core.server.securestorage.remote that throw KeyStoreAccessException
protected  java.security.KeyStore RemoteSecureStorageSuperContextImpl.getKeystore()
           
protected  java.lang.String RemoteSecureStorageSuperContextImpl.getLatestKeyID(int clientType, java.lang.String clientID)
          Returns the latest key of the client
protected  java.lang.String RemoteSecureStorageSuperContextImpl.getPermissionName(int clientType, java.lang.String clientID)
           
protected  void RemoteSecureStorageSuperContextImpl.setKeystoreReference()
           
 java.lang.String RemoteSecureStorageAdministratorContextImpl.getLatestKeyID(int clientType, java.lang.String clientID)
           
 java.lang.String RemoteSecureStorageAdministratorContextImpl.getLatestKeyID(int clientType, java.lang.String clientID)
           
 java.util.Vector RemoteSecureStorageAdministratorContextImpl.getSecretKeyIDs(java.lang.String clientID, int clientType)
          Returns a list with the names of secret keys of clients
 int RemoteSecureStorageAdministratorContextImpl.getNumberOfServiceKeys()
           
 int RemoteSecureStorageAdministratorContextImpl.getNumberOfWebAppKeys()
           
 int RemoteSecureStorageAdministratorContextImpl.getNumberOfKeys()
           
 java.lang.String RemoteSecureStorageAdministratorContextInterface.getLatestKeyID(int clientType, java.lang.String clientID)
           
 java.lang.String RemoteSecureStorageAdministratorContextInterface.getLatestKeyID(int clientType, java.lang.String clientID)
           
 java.util.Vector RemoteSecureStorageAdministratorContextInterface.getSecretKeyIDs(java.lang.String clientID, int clientType)
           
 int RemoteSecureStorageAdministratorContextInterface.getNumberOfServiceKeys()
           
 int RemoteSecureStorageAdministratorContextInterface.getNumberOfWebAppKeys()
           
 int RemoteSecureStorageAdministratorContextInterface.getNumberOfKeys()
           
 java.lang.String RemoteSecureStorageAdministratorContextInterface_Stub.getLatestKeyID(int _param0, java.lang.String _param1)
           
 java.util.Vector RemoteSecureStorageAdministratorContextInterface_Stub.getSecretKeyIDs(java.lang.String _param0, int _param1)
           
 int RemoteSecureStorageAdministratorContextInterface_Stub.getNumberOfServiceKeys()
           
 int RemoteSecureStorageAdministratorContextInterface_Stub.getNumberOfWebAppKeys()
           
 int RemoteSecureStorageAdministratorContextInterface_Stub.getNumberOfKeys()
           
 


Copyright © 2002 SAP AG. All Rights Reserved.