Searched defs:BulkCipher (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java109 final BulkCipher cipher;
130 KeyExchange keyExchange, BulkCipher cipher,
266 KeyExchange keyExchange, BulkCipher cipher,
291 KeyExchange keyExchange, BulkCipher cipher,
309 KeyExchange keyExchange, BulkCipher cipher, boolean allowed) {
392 final static class BulkCipher { class in class:CipherSuite
394 // Map BulkCipher -> Boolean(available)
395 private final static Map<BulkCipher,Boolean> availableCache =
426 BulkCipher(String transformation, int keySize, method in class:CipherSuite.BulkCipher
442 BulkCipher(Strin method in class:CipherSuite.BulkCipher
[all...]

Completed in 394 milliseconds