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.ConnectorException - if the password value could not be decrypted.Copyright © 2018–2025. All rights reserved.