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 TypeClassDescriptionclassKeyStoreBasedKeyFactoryBean<T extends Key>Factory that produces either aSecretKeyorPrivateKey.classFactory bean that produces aKeyStorefrom a file or URI.classFactory for creating a public key from a PEM-encoded private key in any format supported byKeyPairUtil.decodePrivateKey(byte[]).classFactory for creating a public key from a PEM-encoded string:classFactory for reading a private from aResourcecontaining data in any of the formats supported byKeyPairUtil.readPrivateKey(java.io.InputStream, char[]).classFactory for creating a public key from aResourcecontaining data in any of the formats supported byKeyPairUtil.readPublicKey(java.io.InputStream).class