Searched refs:BulkCipher (Results 1 - 6 of 6) 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...]
H A DCipherSuiteList.java205 CipherSuite.BulkCipher.clearAvailableCache();
H A DCipherBox.java52 * newCipherBox(), which should only be invoked by BulkCipher.newCipher().
145 private CipherBox(ProtocolVersion protocolVersion, BulkCipher bulkCipher,
198 static CipherBox newCipherBox(ProtocolVersion version, BulkCipher cipher,
H A DSSLAlgorithmConstraints.java358 protected Set<String> decomposes(BulkCipher bulkCipher) {
H A DHandshaker.java666 BulkCipher cipher = cipherSuite.cipher;
686 BulkCipher cipher = cipherSuite.cipher;
1160 BulkCipher cipher = cipherSuite.cipher;
H A DSSLContextImpl.java382 CipherSuite.BulkCipher.clearAvailableCache();

Completed in 61 milliseconds