public interface EncryptionManager
Modifier and Type | Method and Description |
---|---|
void |
changeEncryptionKey()
Changes currently used encryption key to new one if applicable for current encryptor.
|
void |
changeEncryptor(String encryptorKey)
Changes currently used encryptor to the new one represented by encryptorKey.
|
void |
disableEncryption()
Disables encryption, and decrypts all passwords.
|
Collection<String> |
getAvailableEncryptorNames()
Returns names of available encryptors.
|
Optional<String> |
getDefaultEncryptorName()
Returns name of default encryptor.
|
void changeEncryptor(String encryptorKey)
void changeEncryptionKey()
Collection<String> getAvailableEncryptorNames()
Optional<String> getDefaultEncryptorName()
void disableEncryption()
Copyright © 2021 Atlassian. All rights reserved.