Java org.springframework.security.crypto.encrypt Encryptors fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.crypto.encrypt Encryptors fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.crypto.encrypt Encryptors.

The text is from its open source code.

Method

TextEncryptornoOpText()
Creates a text encryptor that performs no encryption.
TextEncryptorqueryableText(CharSequence password, CharSequence salt)
Creates an encryptor for queryable text strings that uses standard password-based encryption.
BytesEncryptorstronger(CharSequence password, CharSequence salt)
Creates a standard password-based bytes encryptor using 256 bit AES encryption with Galois Counter Mode (GCM).
TextEncryptortext(CharSequence password, CharSequence salt)
Creates a text encryptor that uses "standard" password-based encryption.