Class CryptoJksFormatter<T>

java.lang.Object
com.bld.crypto.formatter.CryptoFormatter<T>
com.bld.crypto.jks.formatter.CryptoJksFormatter<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 CryptoJksFormatter<T> extends CryptoFormatter<T>
The Class CryptoJksFormatter.
  • Constructor Details

    • CryptoJksFormatter

      public CryptoJksFormatter(CryptoJks crypto, CryptoJksUtils cryptoJksUtils, com.fasterxml.jackson.databind.ObjectMapper objMapper, Class<T> fieldType)
      Instantiates a new crypto jks formatter.
      Parameters:
      crypto - the crypto
      cryptoJksUtils - the crypto jks utils
      objMapper - the obj mapper
      fieldType - the field type
  • Method Details