Package | Description |
---|---|
org.springframework.security.crypto.encrypt |
Modifier and Type | Method and Description |
---|---|
static BytesEncryptor |
Encryptors.standard(CharSequence password,
CharSequence salt)
Creates a standard password-based bytes encryptor using 256 bit AES encryption.
|
static BytesEncryptor |
Encryptors.stronger(CharSequence password,
CharSequence salt)
Creates a standard password-based bytes encryptor using 256 bit AES encryption with
Galois Counter Mode (GCM).
|
Copyright © 2019. All rights reserved.