Class EncryptorFactory

    • Constructor Detail

      • EncryptorFactory

        public EncryptorFactory()
    • Method Detail

      • getDefaultEncryptor

        public abstract Encryptor getDefaultEncryptor()
        Default encryptor that encrypts/descrypts using a default key.
      • newRandomEncryptor

        public abstract Encryptor newRandomEncryptor()
        Creates a new encryptor initialized with a random encryption key.