Serialized Form
-
Package com.bld.crypto.aes.deserializer
-
Class com.bld.crypto.aes.deserializer.DecryptAesDeserializer
-
Serialized Fields
-
cryptoAesUtils
CryptoAesUtils cryptoAesUtils
The crypto aes utils. -
cryptoKeyData
CryptoKeyData cryptoKeyData
The crypto key data.
-
-
-
-
Package com.bld.crypto.aes.serializer
-
Class com.bld.crypto.aes.serializer.EncryptAesSerializer
-
Serialized Fields
-
cryptoAesUtils
CryptoAesUtils cryptoAesUtils
The crypto public key utils. -
cryptoKeyData
CryptoKeyData cryptoKeyData
The crypto pub key.
-
-
-
-
Package com.bld.crypto.deserializer
-
Class com.bld.crypto.deserializer.DecryptCertificateDeserializer
class DecryptCertificateDeserializer extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<T> implements Serializable-
Serialized Fields
-
fieldName
String fieldName
The name of the JSON field currently being deserialised (used for error messages). -
fieldType
Class<T> fieldType
The raw class of the target field type. -
listFieldType
Class<?> listFieldType
The element type when the field is aCollectionor array. -
objMapper
com.fasterxml.jackson.databind.ObjectMapper objMapper
JacksonObjectMapperused to deserialise POJO values from JSON after decryption.
-
-
-
-
Package com.bld.crypto.exception
-
Exception Class com.bld.crypto.exception.CryptoException
class CryptoException extends RuntimeException implements Serializable
-
-
Package com.bld.crypto.hmac.deserializer
-
Class com.bld.crypto.hmac.deserializer.DecryptHmacDeserializer
-
Serialized Fields
-
cryptoHmacUtils
CryptoHmacUtils cryptoHmacUtils
-
cryptoKeyData
CryptoKeyData cryptoKeyData
Holds the field identifier and URL flag resolved from the annotation.
-
-
-
-
Package com.bld.crypto.hmac.serializer
-
Class com.bld.crypto.hmac.serializer.EncryptHmacSerializer
-
Serialized Fields
-
cryptoHmacUtils
CryptoHmacUtils cryptoHmacUtils
-
cryptoKeyData
CryptoKeyData cryptoKeyData
Holds the field identifier and URL flag resolved from the annotation.
-
-
-
-
Package com.bld.crypto.jks.deserializer
-
Class com.bld.crypto.jks.deserializer.DecryptJksDeserializer
-
Serialized Fields
-
crypto
CryptoJks crypto
The upper lower. -
cryptoJksUtils
CryptoJksUtils cryptoJksUtils
The crypto jks utils.
-
-
-
-
Package com.bld.crypto.jks.serializer
-
Class com.bld.crypto.jks.serializer.EncryptJksSerializer
-
Serialized Fields
-
crypto
CryptoJks crypto
The upper lower. -
cryptoJksUtils
CryptoJksUtils cryptoJksUtils
The crypto jks utils.
-
-
-
-
Package com.bld.crypto.pkcs12.deserializer
-
Class com.bld.crypto.pkcs12.deserializer.DecryptPkcs12Deserializer
-
Serialized Fields
-
crypto
CryptoPkcs12 crypto
The annotation instance resolved for the current field. -
cryptoPkcs12Utils
CryptoPkcs12Utils cryptoPkcs12Utils
The PKCS12 decryption utility bean.
-
-
-
-
Package com.bld.crypto.pkcs12.serializer
-
Class com.bld.crypto.pkcs12.serializer.EncryptPkcs12Serializer
-
Serialized Fields
-
crypto
CryptoPkcs12 crypto
The annotation instance resolved for the current field. -
cryptoPkcs12Utils
CryptoPkcs12Utils cryptoPkcs12Utils
The PKCS12 encryption utility bean.
-
-
-
-
Package com.bld.crypto.pubkey.deserializer
-
Class com.bld.crypto.pubkey.deserializer.DecryptPubKeyDeserializer
-
Serialized Fields
-
cryptoMapPublicKeyUtils
CryptoMapPublicKeyUtils cryptoMapPublicKeyUtils
The crypto map public key utils. -
cryptoPubKey
CryptoKeyData cryptoPubKey
The crypto pub key.
-
-
-
-
Package com.bld.crypto.pubkey.serializer
-
Class com.bld.crypto.pubkey.serializer.EncryptPubKeySerializer
-
Serialized Fields
-
cryptoPubKey
CryptoKeyData cryptoPubKey
The crypto pub key. -
cryptoPublicKeyUtils
CryptoMapPublicKeyUtils cryptoPublicKeyUtils
The crypto public key utils.
-
-
-
-
Package com.bld.crypto.serializer
-
Class com.bld.crypto.serializer.EncryptCertificateSerializer
class EncryptCertificateSerializer extends com.fasterxml.jackson.databind.ser.std.StdScalarSerializer<T> implements Serializable-
Serialized Fields
-
objMapper
com.fasterxml.jackson.databind.ObjectMapper objMapper
JacksonObjectMapperused to serialise POJO values to JSON before encryption.
-
-
-