OpenPGP card v3.3 : adjust comment related to unsupported MSE

This commit is contained in:
Arnaud Fontaine 2017-06-01 11:29:24 +02:00
parent 179856f183
commit f8338360cd

View File

@ -168,7 +168,7 @@ public final class Constants {
(byte)0x04, (byte)0x80, /* max length of carholder certificate */
(byte)0x00, (byte)0xff, /* max length of special DOs (private, login, url, KDF-DO) */
(byte)0x00, /* PIN format 2 not supported */
(byte)0x00 /* RFU */
(byte)0x00 /* MSE not supported */
};
protected static final short aesKeyLength() {