File tree 1 file changed +3
-3
lines changed
library/src/main/java/com/pengrad/telegrambot/passport/decrypt
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
* href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>.
28
28
*
29
29
* <ul>
30
- * <li><a name ="basic"><b>Basic</b></a>
30
+ * <li><a id ="basic"><b>Basic</b></a>
31
31
* <p>
32
32
* Uses "The Base64 Alphabet" as specified in Table 1 of RFC 4648 and RFC 2045
33
33
* for encoding and decoding operation. The encoder does not add any line feed
36
36
* </p>
37
37
* </li>
38
38
*
39
- * <li><a name ="url"><b>URL and Filename safe</b></a>
39
+ * <li><a id ="url"><b>URL and Filename safe</b></a>
40
40
* <p>
41
41
* Uses the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of
42
42
* RFC 4648 for encoding and decoding. The encoder does not add any line feed
45
45
* </p>
46
46
* </li>
47
47
*
48
- * <li><a name ="mime"><b>MIME</b></a>
48
+ * <li><a id ="mime"><b>MIME</b></a>
49
49
* <p>
50
50
* Uses the "The Base64 Alphabet" as specified in Table 1 of RFC 2045 for
51
51
* encoding and decoding operation. The encoded output must be represented in
You can’t perform that action at this time.
0 commit comments