public class DelegateCipherSecretStore extends Object implements SecretStore
| Constructor and Description |
|---|
DelegateCipherSecretStore() |
DelegateCipherSecretStore(Cipher cipher) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String encryptedData) |
String |
store(String plainTextData) |
public DelegateCipherSecretStore()
public DelegateCipherSecretStore(Cipher cipher)
public String store(String plainTextData)
store in interface SecretStorepublic String get(String encryptedData)
get in interface SecretStoreCopyright © 2023 Atlassian. All rights reserved.