bb2c087e256371ab927b0a2436dee8ef3138394b
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getEncryptingingAlgorithm() : AS2EncryptionAlgorithm renamed to public getEncryptingAlgorithm() : AS2EncryptionAlgorithm in class org.apache.camel.component.as2.AS2Configuration | From | To | |
Rename Variable | 2 | ||
Rename Variable pkcs7MimeEntity : ApplicationPkcs7MimeEntity to pkcs7MimeEnvelopedDataEntity : ApplicationPkcs7MimeEnvelopedDataEntity in method public send(ediMessage String, requestUri String, subject String, from String, as2From String, as2To String, as2MessageStructure AS2MessageStructure, ediMessageContentType ContentType, ediMessageTransferEncoding String, signingAlgorithm AS2SignatureAlgorithm, signingCertificateChain Certificate[], signingPrivateKey PrivateKey, compressionAlgorithm AS2CompressionAlgorithm, dispositionNotificationTo String, signedReceiptMicAlgorithms String[], encryptingAlgorithm AS2EncryptionAlgorithm, encryptingCertificateChain Certificate[], encryptingPrivateKey PrivateKey) : HttpCoreContext in class org.apache.camel.component.as2.api.AS2ClientManager | From | To | |
Change Return Type | 1 | ||
Change Return Type ApplicationPkcs7MimeEntity to ApplicationPkcs7MimeEnvelopedDataEntity in method public parseApplicationPkcs7MimeEntityBody(inbuffer AS2SessionInputBuffer, boundary String, contentType ContentType, contentTransferEncoding String) : ApplicationPkcs7MimeEnvelopedDataEntity in class org.apache.camel.component.as2.api.entity.EntityParser | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.camel.component.as2.api.entity.ApplicationPkcs7MimeEntity renamed to org.apache.camel.component.as2.api.entity.ApplicationPkcs7MimeEnvelopedDataEntity | From | To | |
Change Variable Type | 6 | ||
Change Variable Type envelopedEntity : ApplicationPkcs7MimeEntity to envelopedEntity : ApplicationPkcs7MimeEnvelopedDataEntity in method public envelopedMessageTest(encryptionAlgorithm AS2EncryptionAlgorithm) : void in class org.apache.camel.component.as2.api.AS2MessageTest | From | To | |
Change Variable Type pkcs7MimeEntity : ApplicationPkcs7MimeEntity to pkcs7MimeEnvelopedDataEntity : ApplicationPkcs7MimeEnvelopedDataEntity in method public send(ediMessage String, requestUri String, subject String, from String, as2From String, as2To String, as2MessageStructure AS2MessageStructure, ediMessageContentType ContentType, ediMessageTransferEncoding String, signingAlgorithm AS2SignatureAlgorithm, signingCertificateChain Certificate[], signingPrivateKey PrivateKey, compressionAlgorithm AS2CompressionAlgorithm, dispositionNotificationTo String, signedReceiptMicAlgorithms String[], encryptingAlgorithm AS2EncryptionAlgorithm, encryptingCertificateChain Certificate[], encryptingPrivateKey PrivateKey) : HttpCoreContext in class org.apache.camel.component.as2.api.AS2ClientManager | From | To | |
Change Variable Type envelopedEntity : ApplicationPkcs7MimeEntity to envelopedEntity : ApplicationPkcs7MimeEnvelopedDataEntity in method public envelopedAndSignedMessageTest(encryptionAlgorithm AS2EncryptionAlgorithm) : void in class org.apache.camel.component.as2.api.AS2MessageTest | From | To | |
Change Variable Type applicationPkcs7MimeEntity : ApplicationPkcs7MimeEntity to applicationPkcs7MimeEntity : ApplicationPkcs7MimeEnvelopedDataEntity in method public parseEnvelopedBodyTest() : void in class org.apache.camel.component.as2.api.entity.EntityParserTest | From | To | |
Change Variable Type applicationPkcs7MimeEntity : ApplicationPkcs7MimeEntity to applicationPkcs7MimeEntity : ApplicationPkcs7MimeEnvelopedDataEntity in method public parseApplicationPkcs7MimeEntityBody(inbuffer AS2SessionInputBuffer, boundary String, contentType ContentType, contentTransferEncoding String) : ApplicationPkcs7MimeEnvelopedDataEntity in class org.apache.camel.component.as2.api.entity.EntityParser | From | To |