@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class FileRSAKeyProvider extends java.lang.Object
Loads RSA public/private key's from files
Type | Name and description |
---|---|
java.security.interfaces.RSAPrivateKey |
privateKey |
java.lang.String |
privateKeyPath Full path to the private key so that new File(publicKeyPath).exists() == true |
java.security.interfaces.RSAPublicKey |
publicKey |
java.lang.String |
publicKeyPath Full path to the public key so that new File(publicKeyPath).exists() == true |
Type Params | Return 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