Package org.eblocker.server.http.backup
Class HttpsKeysBackup
java.lang.Object
org.eblocker.server.http.backup.HttpsKeysBackup
Store encrypted CA and renewal CA.
For historical reasons the CAs are stored as EncryptedData attributes instead of byte arrays with @JsonEncrypt annotations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eblocker.crypto.EncryptedDataorg.eblocker.crypto.EncryptedDatavoidsetEncryptedCA(org.eblocker.crypto.EncryptedData encryptedCA) voidsetEncryptedRenewalCA(org.eblocker.crypto.EncryptedData encryptedRenewalCA)
-
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)
-