Class DelegateCipherSecretStore

java.lang.Object
com.atlassian.secrets.DelegateCipherSecretStore
All Implemented Interfaces:
SecretStore

public class DelegateCipherSecretStore extends Object implements SecretStore
Only for internal use to provide compatibility layer for deprecated Cipher API. This SecretStore shouldn't be used explicitly in the product configuration
  • Constructor Details

    • DelegateCipherSecretStore

      public DelegateCipherSecretStore()
    • DelegateCipherSecretStore

      public DelegateCipherSecretStore(Cipher cipher)
  • Method Details