org.apache.camel.component.gae.auth
Interface GAuthKeyLoader

All Superinterfaces:
org.apache.camel.CamelContextAware
All Known Implementing Classes:
GAuthJksLoader, GAuthPk8Loader

public interface GAuthKeyLoader
extends org.apache.camel.CamelContextAware

Interface used by GAuthComponent for loading private keys. The private key is needed for RSA-SHA1 signatures.


Method Summary
 PrivateKey loadPrivateKey()
          Loads a private key.
 
Methods inherited from interface org.apache.camel.CamelContextAware
getCamelContext, setCamelContext
 

Method Detail

loadPrivateKey

PrivateKey loadPrivateKey()
                          throws Exception
Loads a private key.

Returns:
the loaded private key.
Throws:
Exception - if key loading failed.


Apache Camel