BEAST
|
Construct Keyczar signers and verifiers. More...
Public Member Functions | |
KeyczarCryptoFactory (File keyStoreRoot) | |
Constructor. | |
Signer | createSigner (String name) throws KeyczarException |
Create a signer using key from $keyStoreRoot/$name.priv. | |
Verifier | createVerifier (String name) throws KeyczarException |
Create a signer using key from $keyStoreRoot/$name.pub. | |
Protected Member Functions | |
File | getKeyLocation (String name) |
Construct Keyczar signers and verifiers.
It assumes a certain structure from your keystore:
|
inline |
Constructor.
keyStoreRoot | - root directory of the keystore |
|
inline |
Create a signer using key from $keyStoreRoot/$name.priv.
KeyczarException |
Implements eu.baltrad.beast.security.crypto.CryptoFactory.
|
inline |
Create a signer using key from $keyStoreRoot/$name.pub.
KeyczarException |
Implements eu.baltrad.beast.security.crypto.CryptoFactory.
|
inlineprotected |
name | the name of the key without path to keystore |