|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Return 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)
Decrypt the value using the passed in key. |
static byte[] |
AESUtil.encrypt(byte[] value,
SecretKeySpec skeySpec)
Encrypt the value using the passed in key. |
static SecretKeySpec |
AESUtil.generateRandomKey()
Generate a random secret key. |
static SecretKeySpec |
AESUtil.getSecretKey()
call getSecretKey(String fileName) with the default filename. |
static SecretKeySpec |
AESUtil.getSecretKey(String fileName)
Read in a stored secret key from a properties file and create a SecretKeySpec object from it. |
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)
Create a SecretKeySpec object from an AES key. |
void |
SecurityContextCookieStore.setKeyFileName(String fileName)
Sets the key file name and reads the key from the file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |