Uses of Class
org.jpos.security.SecureKeyStore.SecureKeyStoreException

Packages that use SecureKeyStore.SecureKeyStoreException
org.jpos.security Key management, MAC, PIN encryption related classes. 
 

Uses of SecureKeyStore.SecureKeyStoreException in org.jpos.security
 

Methods in org.jpos.security that throw SecureKeyStore.SecureKeyStoreException
 SecureKey SecureKeyStore.getKey(String alias)
          returns the key assiciated with the given alias
 SecureKey SimpleKeyFile.getKey(String alias)
           
 Map<String,SecureKey> SecureKeyStore.getKeys()
          return map of existing keys assiciated with aliases.
 Map<String,SecureKey> SimpleKeyFile.getKeys()
           
 String SimpleKeyFile.getProperty(String alias, String subName)
           
 void SimpleKeyFile.init(String keyFileName)
           
 void SecureKeyStore.setKey(String alias, SecureKey key)
          Assigns the given key to the given alias.
 void SimpleKeyFile.setKey(String alias, SecureKey secureKey)
           
 

Constructors in org.jpos.security that throw SecureKeyStore.SecureKeyStoreException
SimpleKeyFile(String keyFileName)
           
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.