Class HttpsKeysBackup

java.lang.Object
org.eblocker.server.http.backup.HttpsKeysBackup

public class HttpsKeysBackup extends Object
Store encrypted CA and renewal CA. For historical reasons the CAs are stored as EncryptedData attributes instead of byte arrays with @JsonEncrypt annotations.
  • Constructor Details

    • HttpsKeysBackup

      public HttpsKeysBackup()
  • Method Details

    • getEncryptedCA

      public org.eblocker.crypto.EncryptedData getEncryptedCA()
    • setEncryptedCA

      public void setEncryptedCA(org.eblocker.crypto.EncryptedData encryptedCA)
    • getEncryptedRenewalCA

      public org.eblocker.crypto.EncryptedData getEncryptedRenewalCA()
    • setEncryptedRenewalCA

      public void setEncryptedRenewalCA(org.eblocker.crypto.EncryptedData encryptedRenewalCA)