Package | Description |
---|---|
de.innovationgate.utils.security |
Encrypting and security related stuff
|
Modifier and Type | Method and Description |
---|---|
static void |
RSAKeyPairUtils.changePassphrase(RSAKeyPair keyPair,
java.lang.String oldPassphrase,
java.lang.String newPassphrase) |
byte[] |
RSAEncrypter.decrypt(RSAEncrypter.RSAEncryptedData input)
Decrypts the given RSAEncryptedData
|
java.lang.Object |
RSAEncrypter.decryptItemValue(java.lang.Object value)
Decrypts the given item value if it is RSA encryped.
|
static byte[] |
RSAKeyPairUtils.getPrivateKey(RSAKeyPair keyPair,
java.lang.String passphrase) |