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)
See:EncryptionConfig.decryptionKey
.JweConfigBuilder
JweConfigBuilder. withDecryptionPath(String jsonPathIn, String jsonPathOut)
See:EncryptionConfig.decryptionPaths
.JweConfigBuilder
JweConfigBuilder. withEncryptedValueFieldName(String encryptedValueFieldName)
JweConfigBuilder
JweConfigBuilder. withEncryptionCertificate(Certificate encryptionCertificate)
See:EncryptionConfig.encryptionCertificate
.JweConfigBuilder
JweConfigBuilder. withEncryptionIVSize(Integer ivSize)
See:EncryptionConfig.ivSize
.JweConfigBuilder
JweConfigBuilder. withEncryptionKey(PublicKey encryptionKey)
See:EncryptionConfig.encryptionKey
.JweConfigBuilder
JweConfigBuilder. withEncryptionKeyFingerprint(String encryptionKeyFingerprint)
JweConfigBuilder
JweConfigBuilder. withEncryptionPath(String jsonPathIn, String jsonPathOut)
See:EncryptionConfig.encryptionPaths
.
-