public interface GAuthKeyLoader
extends org.apache.camel.CamelContextAware
GAuthComponent for loading private keys. The private
key is needed for RSA-SHA1 signatures.| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
loadPrivateKey()
Loads a private key.
|
PrivateKey loadPrivateKey() throws Exception
Exception - if key loading failed.Apache Camel