mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
f5e2164c8a
commit
7caf8887b7
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue