Uses of Interface
org.cryptacular.bean.FactoryBean
Packages that use FactoryBean
-
Uses of FactoryBean in org.cryptacular.bean
Classes in org.cryptacular.bean that implement FactoryBeanModifier and TypeClassDescriptionclass
KeyStoreBasedKeyFactoryBean<T extends Key>
Factory that produces either aSecretKey
orPrivateKey
.class
Factory bean that produces aKeyStore
from a file or URI.class
Factory for creating a public key from a PEM-encoded private key in any format supported byKeyPairUtil.decodePrivateKey(byte[])
.class
Factory for creating a public key from a PEM-encoded string:class
Factory for reading a private from aResource
containing data in any of the formats supported byKeyPairUtil.readPrivateKey(java.io.InputStream, char[])
.class
Factory for creating a public key from aResource
containing data in any of the formats supported byKeyPairUtil.readPublicKey(java.io.InputStream)
.class