| Package | Description |
|---|---|
| org.cryptacular.bean |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyStoreBasedKeyFactoryBean<T extends Key>
Factory that produces either a
SecretKey or PrivateKey. |
class |
KeyStoreFactoryBean
Factory bean that produces a
KeyStore from a file or URI. |
class |
PemBasedPrivateKeyFactoryBean
Factory for creating a public key from a PEM-encoded private key in any format supported by
KeyPairUtil.decodePrivateKey(byte[]). |
class |
PemBasedPublicKeyFactoryBean
Factory for creating a public key from a PEM-encoded string:
|
class |
ResourceBasedPrivateKeyFactoryBean
Factory for reading a private from a
Resource containing data in any of the formats supported by KeyPairUtil.readPrivateKey(java.io.InputStream, char[]). |
class |
ResourceBasedPublicKeyFactoryBean
Factory for creating a public key from a
Resource containing data in any of the formats supported by KeyPairUtil.readPublicKey(java.io.InputStream). |
class |
ResourceBasedSecretKeyFactoryBean
|
Copyright © 2003-2020 Virginia Tech. All Rights Reserved.