Package | Description |
---|---|
org.springframework.security.crypto.encrypt |
Modifier and Type | Method and Description |
---|---|
static TextEncryptor |
Encryptors.delux(CharSequence password,
CharSequence salt)
Creates a text encryptor that uses "stronger" password-based encryption.
|
static TextEncryptor |
Encryptors.noOpText()
Creates a text encryptor that performs no encryption.
|
static TextEncryptor |
Encryptors.queryableText(CharSequence password,
CharSequence salt)
Creates an encryptor for queryable text strings that uses standard password-based
encryption.
|
static TextEncryptor |
Encryptors.text(CharSequence password,
CharSequence salt)
Creates a text encryptor that uses "standard" password-based encryption.
|
Copyright © 2019. All rights reserved.