Class CryptoPubKeyFormatter<T>

  • Type Parameters:
    T - the generic type
    All Implemented Interfaces:
    org.springframework.format.Formatter<T>, org.springframework.format.Parser<T>, org.springframework.format.Printer<T>

    public class CryptoPubKeyFormatter<T>
    extends CryptoFormatter<T>
    The Class CryptoPubKeyFormatter.
    • Constructor Detail

      • CryptoPubKeyFormatter

        public CryptoPubKeyFormatter​(com.fasterxml.jackson.databind.ObjectMapper objMapper,
                                     Class<T> fieldType,
                                     CryptoPubKey cryptoPubKey,
                                     CryptoPublicKeyUtils cryptoPublicKeyUtils)
        Instantiates a new crypto pub key formatter.
        Parameters:
        objMapper - the obj mapper
        fieldType - the field type
        cryptoPubKey - the crypto pub key
        cryptoPublicKeyUtils - the crypto public key utils