Constructor and Description |
---|
Base64Encryptor() |
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedPassword)
Decrypt encrypted password, and return its original value.
|
String |
encrypt(String password)
Encrypt plaintext password, and return encrypted value which can later be used in decrypt method to get plaintext password.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeEncryptionKey
public String encrypt(String password)
Encryptor
Copyright © 2021 Atlassian. All rights reserved.