Uses of Class
com.mastercard.developer.encryption.JweConfigBuilder
-
Packages that use JweConfigBuilder Package Description com.mastercard.developer.encryption -
-
Uses of JweConfigBuilder in com.mastercard.developer.encryption
Methods in com.mastercard.developer.encryption that return JweConfigBuilder Modifier and Type Method Description static JweConfigBuilder
JweConfigBuilder. aJweEncryptionConfig()
Get an instance of the builder.JweConfigBuilder
JweConfigBuilder. withDecryptionKey(PrivateKey decryptionKey)
JweConfigBuilder
JweConfigBuilder. withDecryptionPath(String jsonPathIn, String jsonPathOut)
JweConfigBuilder
JweConfigBuilder. withEncryptedValueFieldName(String encryptedValueFieldName)
JweConfigBuilder
JweConfigBuilder. withEncryptionCertificate(Certificate encryptionCertificate)
JweConfigBuilder
JweConfigBuilder. withEncryptionKey(PublicKey encryptionKey)
JweConfigBuilder
JweConfigBuilder. withEncryptionKeyFingerprint(String encryptionKeyFingerprint)
JweConfigBuilder
JweConfigBuilder. withEncryptionPath(String jsonPathIn, String jsonPathOut)
-