| Package | Description |
|---|---|
| com.ulisesbocchio.jasyptspringboot.encryptor | |
| com.ulisesbocchio.jasyptspringboot.util |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleAsymmetricConfig.setKeyFormat(AsymmetricCryptography.KeyFormat keyFormat) |
| Modifier and Type | Method and Description |
|---|---|
static AsymmetricCryptography.KeyFormat |
AsymmetricCryptography.KeyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsymmetricCryptography.KeyFormat[] |
AsymmetricCryptography.KeyFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
AsymmetricCryptography.getPrivateKey(org.springframework.core.io.Resource resource,
AsymmetricCryptography.KeyFormat format) |
PrivateKey |
AsymmetricCryptography.getPrivateKey(String resourceLocation,
AsymmetricCryptography.KeyFormat format) |
PublicKey |
AsymmetricCryptography.getPublicKey(org.springframework.core.io.Resource resource,
AsymmetricCryptography.KeyFormat format) |
PublicKey |
AsymmetricCryptography.getPublicKey(String resourceLocation,
AsymmetricCryptography.KeyFormat format) |
Copyright © 2019. All rights reserved.