Spring Crypto Utils
Home
Documentation
Foreword
Setup
Keystore
Key
Certificate
Signature (with single key)
Signature (with multiple keys)
Symmetric Encryption
Asymmetric Encryption
Message Digests
Message Authentication Codes
ChangeLog
RoadMap
GitHub
Documentation
RoadMap
What's the future bringing us?
RoadMap
This is a list of what's actually done and what needs to be done. Pull requests welcome!
Wish List
configuration with annotations and Spring 3.1 JavaConfig style
pkcs#7 signatures
Implemented
configuration of keystores
configuration of public and private keys
selection at runtime of the keys to use
configuration of certificates
configuration of signers and verifiers
configuration of symmetric key cipherers
configuration of asymmetric key cipherers
configuration of message digesters (md5, sha1, etc)
configuration of mac (message authentication codes) digesters
configuration of providers
base64 versions for all of the above
javadoc for all classes
complete documentation of all features