Package org.szegedi.spring.crypto

Contains Spring bean factories for various Java Cryptography Architecture and Java Cryptography Extension objects.

See:
          Description

Class Summary
GeneratedKeyPairFactory Generates a new pair of a public and private keys.
GeneratedSecretKeyFactory Generates a new secret key.
KeySpecSecretKeyFactory Generates a secret key from an implementation-independent secret key specification.
KeyStoreKeyPairFactory Loads a private and public key pair from a Java keystore file.
SecureRandomFactory Generates a SecureRandom instance using a specified algorithm and security provider.
 

Package org.szegedi.spring.crypto Description

Contains Spring bean factories for various Java Cryptography Architecture and Java Cryptography Extension objects.