BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.dex.auth.util.CryptoFactory Interface Reference
Inheritance diagram for eu.baltrad.dex.auth.util.CryptoFactory:
eu.baltrad.dex.auth.util.KeyczarCryptoFactory

Public Member Functions

Signer createSigner (String keyName) throws KeyczarException
 
Verifier createVerifier (String alias) throws KeyczarException
 

Member Function Documentation

◆ createSigner()

Signer eu.baltrad.dex.auth.util.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.dex.auth.util.KeyczarCryptoFactory.

◆ createVerifier()

Verifier eu.baltrad.dex.auth.util.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.dex.auth.util.KeyczarCryptoFactory.


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