public class SimpleAsymmetricConfig extends Object
A Spring Resource
A String containing the public/private key
A String containing the resource location that contains the public/private key
| Constructor and Description |
|---|
SimpleAsymmetricConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.Resource |
loadPrivateKeyResource() |
org.springframework.core.io.Resource |
loadPublicKeyResource() |
void |
setKeyFormat(AsymmetricCryptography.KeyFormat keyFormat) |
public org.springframework.core.io.Resource loadPrivateKeyResource()
public org.springframework.core.io.Resource loadPublicKeyResource()
public void setKeyFormat(AsymmetricCryptography.KeyFormat keyFormat)
Copyright © 2020. All rights reserved.