BEAST
eu.baltrad.beast.security.crypto.CryptoFactory Interface Reference

Interface for a factory providing signer & verifier. More...

Inheritance diagram for eu.baltrad.beast.security.crypto.CryptoFactory:
eu.baltrad.beast.security.crypto.KeyczarCryptoFactory

Public Member Functions

Signer createSigner (String keyName) throws KeyczarException
 Create a Signer instance identified by name.
 
Verifier createVerifier (String alias) throws KeyczarException
 Create a Verifier instance identified by name.
 

Detailed Description

Interface for a factory providing signer & verifier.

Currently only supports Keyczar.

Author
anders

Member Function Documentation

◆ createSigner()

Signer eu.baltrad.beast.security.crypto.CryptoFactory.createSigner ( String keyName) throws KeyczarException

Create a Signer instance identified by name.

Parameters
nameFactory specific name for the signer (most likely key lookup)
Exceptions
KeyczarException

Implemented in eu.baltrad.beast.security.crypto.KeyczarCryptoFactory.

◆ createVerifier()

Verifier eu.baltrad.beast.security.crypto.CryptoFactory.createVerifier ( String alias) throws KeyczarException

Create a Verifier instance identified by name.

Parameters
nameFactory specific name for the verifier (most likely key lookup)
Exceptions
KeyczarException

Implemented in eu.baltrad.beast.security.crypto.KeyczarCryptoFactory.


The documentation for this interface was generated from the following file: