We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112d457 commit d20a0d6Copy full SHA for d20a0d6
mail/src/main/java/org/bouncycastle/mail/smime/SMIMEEnvelopedGenerator.java
@@ -115,7 +115,8 @@ public void setBerEncodeRecipients(
115
/**
116
* return encrypted content type for enveloped data.
117
*/
118
- protected String getEncryptedContentType() {
+ protected String getEncryptedContentType()
119
+ {
120
return ENVELOPED_DATA_CONTENT_TYPE;
121
}
122
0 commit comments