public class EncryptionParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionParameters.Builder |
| Constructor and Description |
|---|
EncryptionParameters(EncryptionParameters.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getAlgorithmKey() |
String |
getAlgorithmParametersFilePath() |
String |
getKeyFilePath() |
String |
getOutputFilesBasePath() |
String |
getPlainTextPassword() |
boolean |
isSaveAlgorithmParametersToSeparateFile() |
boolean |
isSaveSealedObjectToSeparateFile() |
String |
toString() |
public EncryptionParameters(EncryptionParameters.Builder builder)
public String getPlainTextPassword()
public String getAlgorithm()
public String getAlgorithmKey()
public String getAlgorithmParametersFilePath()
public String getKeyFilePath()
public String getOutputFilesBasePath()
public boolean isSaveAlgorithmParametersToSeparateFile()
public boolean isSaveSealedObjectToSeparateFile()
Copyright © 2023 Atlassian. All rights reserved.