Searched refs:ENC_MAX_LENGTH (Results 1 – 2 of 2) sorted by relevance
61 private static final int ENC_MAX_LENGTH = 4096 * 1024; // 4 MB MAX field in X509Factory227 if (encoding.length > ENC_MAX_LENGTH) { in addToCache()
59 private static final int ENC_MAX_LENGTH = 4194304; // 0x400000 field in X509Factory