Added comment

This commit is contained in:
M66B 2020-05-27 11:49:45 +02:00
parent f5e2164c8a
commit 7caf8887b7
1 changed files with 1 additions and 0 deletions

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);
}
};