Uses of Class
com.force.sdk.oauth.context.store.ForceEncryptionException

Packages that use ForceEncryptionException
com.force.sdk.oauth.context   
com.force.sdk.oauth.context.store   
 

Uses of ForceEncryptionException in com.force.sdk.oauth.context
 

Methods in com.force.sdk.oauth.context that throw ForceEncryptionException
 SecretKeySpec SecurityContextService.getSecretKey()
          Returns the secret key if one is being used.
 SecretKeySpec SecurityContextServiceImpl.getSecretKey()
           
 

Uses of ForceEncryptionException in com.force.sdk.oauth.context.store
 

Methods in com.force.sdk.oauth.context.store that throw ForceEncryptionException
static byte[] AESUtil.decrypt(byte[] value, SecretKeySpec skeySpec)
          Decrypts the value using the passed in key.
static byte[] AESUtil.encrypt(byte[] value, SecretKeySpec skeySpec)
          Encrypts the value using the passed in key.
static SecretKeySpec AESUtil.generateRandomKey()
          Generates a random secret key.
static SecretKeySpec AESUtil.getSecretKey()
          Calls getSecretKey(String fileName) with the default filename.
static SecretKeySpec AESUtil.getSecretKey(String fileName)
          Reads in a stored secret key from a properties file and creates a SecretKeySpec object from it.
static SecretKeySpec AESUtil.getSecretKeySpec(String key)
           
 SecretKeySpec SecurityContextStorageService.getSecureKey()
          Retrieves the secret key if one is used in this security context store.
 SecretKeySpec SecurityContextCookieStore.getSecureKey()
           
static SecretKeySpec AESUtil.recreateSecretKeySpec(String key)
          Creates a SecretKeySpec object from an AES key.
 void SecurityContextCookieStore.setKey(String key)
          Sets the key directly
 void SecurityContextCookieStore.setKeyFileName(String fileName)
          Sets the key file name and reads the key from the file.
 



Copyright © 2012. All Rights Reserved.