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