public class DecryptionParameters extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DecryptionParameters.Builder |
| Constructor and Description |
|---|
DecryptionParameters(String sealedObjectFilePath,
String keyFilePath,
String serializedSealedObject) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyFilePath() |
String |
getSealedObjectFilePath() |
String |
getSerializedSealedObject() |
String |
toString() |
Copyright © 2023 Atlassian. All rights reserved.