@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class DefaultRSAKeyProvider extends java.lang.Object
Generates a key pair on the fly. Should be used only for testing purposes, but other than that, a proper FileRSAKeyProvider should be used.
| Type | Name and description |
|---|---|
java.security.interfaces.RSAPrivateKey |
privateKey |
java.security.interfaces.RSAPublicKey |
publicKey |
| Constructor and description |
|---|
DefaultRSAKeyProvider
() |
| 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() |
Groovy Documentation