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 JweConfigBuilderJweConfigBuilder. aJweEncryptionConfig()Get an instance of the builder.JweConfigBuilderJweConfigBuilder. withDecryptionKey(PrivateKey decryptionKey)JweConfigBuilderJweConfigBuilder. withDecryptionPath(String jsonPathIn, String jsonPathOut)JweConfigBuilderJweConfigBuilder. withEncryptedValueFieldName(String encryptedValueFieldName)JweConfigBuilderJweConfigBuilder. withEncryptionCertificate(Certificate encryptionCertificate)JweConfigBuilderJweConfigBuilder. withEncryptionKey(PublicKey encryptionKey)JweConfigBuilderJweConfigBuilder. withEncryptionKeyFingerprint(String encryptionKeyFingerprint)JweConfigBuilderJweConfigBuilder. withEncryptionPath(String jsonPathIn, String jsonPathOut)
-