public class EncryptionParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionParameters.Builder |
| Constructor and Description |
|---|
EncryptionParameters(String plainTextPassword,
String algorithm,
String algorithmKey,
String algorithmParametersFilePath,
String keyFilePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getAlgorithmKey() |
String |
getAlgorithmParametersFilePath() |
String |
getKeyFilePath() |
String |
getPlainTextPassword() |
String |
toString() |
Copyright © 2019 Atlassian. All rights reserved.