1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 23:12:55 +00:00

Added comment

This commit is contained in:
M66B 2020-05-27 11:49:45 +02:00
parent f5e2164c8a
commit 7caf8887b7

View file

@ -5542,6 +5542,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
@Override
public byte[] getEncodedSignedAttributes() throws IOException {
// http://www.bouncycastle.org/jira/browse/BJA-587
// http://luca.ntop.org/Teaching/Appunti/asn1.html
return signedAttributeSet.getEncoded(ASN1Encoding.DL);
}
};