equal
deleted
inserted
replaced
39 private final static int INDEX_RSA512 = 0; |
39 private final static int INDEX_RSA512 = 0; |
40 private final static int INDEX_RSA1024 = 1; |
40 private final static int INDEX_RSA1024 = 1; |
41 |
41 |
42 /* |
42 /* |
43 * Current cached RSA KeyPairs. Elements are never null. |
43 * Current cached RSA KeyPairs. Elements are never null. |
44 * Indexed via the the constants above. |
44 * Indexed via the constants above. |
45 */ |
45 */ |
46 private final EphemeralKeyPair[] keys = new EphemeralKeyPair[] { |
46 private final EphemeralKeyPair[] keys = new EphemeralKeyPair[] { |
47 new EphemeralKeyPair(null), |
47 new EphemeralKeyPair(null), |
48 new EphemeralKeyPair(null), |
48 new EphemeralKeyPair(null), |
49 }; |
49 }; |