Interface PasswordBased

All Known Subinterfaces:
CleanablePasswordBased, PBEBigDecimalCleanablePasswordEncryptor, PBEBigDecimalEncryptor, PBEBigIntegerCleanablePasswordEncryptor, PBEBigIntegerEncryptor, PBEByteCleanablePasswordEncryptor, PBEByteEncryptor, PBEStringCleanablePasswordEncryptor, PBEStringEncryptor
All Known Implementing Classes:
PooledPBEBigDecimalEncryptor, PooledPBEBigIntegerEncryptor, PooledPBEByteEncryptor, PooledPBEStringEncryptor, StandardPBEBigDecimalEncryptor, StandardPBEBigIntegerEncryptor, StandardPBEByteEncryptor, StandardPBEStringEncryptor

public interface PasswordBased

Common interface for all entities which can be set a password.

Since:
1.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPassword(String password)
    Sets a password to be used by the encryptor.
  • Method Details

    • setPassword

      void setPassword(String password)

      Sets a password to be used by the encryptor.

      Parameters:
      password - the password to be used.