Interface EncryptionService

All Known Implementing Classes:
EncryptionServiceImpl, MigratingEncryptionService

@Deprecated public interface EncryptionService
Deprecated.
since 5.15 without replacement
  • Field Details

    • ENCRYPTED_PRIVATE_KEY_PREFIX

      static final String ENCRYPTED_PRIVATE_KEY_PREFIX
      Deprecated.
      "-----BEG" (that's how most private keys start) after encryption starts with this value. It can be used to detect encrypted private key later.
  • Method Details