public class PasswordDecryptor extends Object
| Constructor and Description |
|---|
PasswordDecryptor(byte[] desedeKey,
byte[] iv) |
| Modifier and Type | Method and Description |
|---|---|
String |
decryptPassword(byte[] encryptedPassword)
Decrypts the password value using the configured symmetric key.
|
public String decryptPassword(byte[] encryptedPassword)
encryptedPassword - the encrypted password to decrypt.org.identityconnectors.framework.common.exceptions.ConnectorException - if the password value could not be decrypted.Copyright © 2013. All Rights Reserved.