| Interface | Description |
|---|---|
| CipherBean |
Bean that performs encryption/decryption using a symmetric cipher.
|
| FactoryBean<T> |
Factory bean strategy interface.
|
| HashBean<T> |
Strategy interface to support beans that produce hash outputs in various
formats, e.g.
|
| Class | Description |
|---|---|
| AbstractBlockCipherBean |
Base class for all cipher beans that use block cipher.
|
| AbstractCipherBean |
Base class for all cipher beans.
|
| AbstractHashBean |
Abstract base class for all hash beans.
|
| AEADBlockCipherBean |
Cipher bean that performs encryption with a block cipher in AEAD mode (e.g.
|
| BufferedBlockCipherBean |
Cipher bean that performs symmetric encryption/decryption using a standard
block cipher in a standard mode (e.g.
|
| EncodingHashBean |
Computes a hash in an encoded format, e.g.
|
| KeyStoreBasedKeyFactoryBean<T extends Key> |
Factory that produces either a
SecretKey or PrivateKey. |
| KeyStoreFactoryBean |
Factory bean that produces a
KeyStore from a file or URI. |
| PemBasedPrivateKeyFactoryBean |
Factory for creating a public key from a PEM-encoded private key in any
format supported by
KeyPairUtil.decodePrivateKey(byte[]). |
| PemBasedPublicKeyFactoryBean |
Factory for creating a public key from a PEM-encoded string:
|
| ResourceBasedPrivateKeyFactoryBean |
Factory for reading a private from a
Resource containing data in any
of the formats supported by KeyPairUtil.readPrivateKey(java.io.InputStream, char[]). |
| ResourceBasedPublicKeyFactoryBean |
Factory for creating a public key from a
Resource containing data in
any of the formats supported by KeyPairUtil.readPublicKey(java.io.InputStream). |
| ResourceBasedSecretKeyFactoryBean | |
| SimpleHashBean |
Computes a hash using an instance of
Digest specified by AbstractHashBean.setDigestSpec(org.cryptacular.spec.Spec). |
Copyright © 2016 JBoss by Red Hat. All rights reserved.