Package org.craftercms.commons.crypto
package org.craftercms.commons.crypto
-
ClassDescriptionDeprecated.A
Base64.InputStream
will read data from anotherjava.io.InputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.OutputStream
will write data to anotherjava.io.OutputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.General error thrown when a crypto related error occurs.Utility methods for encryption/decryption and message digest.Utility class to perform encryption and decryption using PGP keys.Spring factory bean used to easily inject a secret key from aSecretKeyRepository
.Repository for storing/retrieving encryption keys.Deprecated.Utility class for simplifying encryption/decryption with theCipher
class.Utility class for simplifying message digest generation, using theMessageDigest
.Thread-safe service that facilitates easy encryption and decryption of text.