@groovy.util.logging.Slf4j class FileRSAKeyProvider
Loads RSA public/private key's from files
| Constructor and description |
|---|
FileRSAKeyProvider
() |
| Type | Name and description |
|---|---|
void |
afterPropertiesSet() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Full path to the private key so that new File(publicKeyPath).exists() == true
Full path to the public key so that new File(publicKeyPath).exists() == true
Groovy Documentation