Lines Matching defs:protocolVersion

495             ProtocolVersion protocolVersion,  in createReadCipher()
520 ProtocolVersion protocolVersion, in createWriteCipher()
576 ProtocolVersion protocolVersion, String algorithm, in createCipher()
583 final ProtocolVersion protocolVersion; field in SSLCipher.SSLReadCipher
589 ProtocolVersion protocolVersion) { in SSLReadCipher()
636 ProtocolVersion protocolVersion, String algorithm, in createCipher()
643 final ProtocolVersion protocolVersion; field in SSLCipher.SSLWriteCipher
649 ProtocolVersion protocolVersion) { in SSLWriteCipher()
704 ProtocolVersion protocolVersion, String algorithm, in createCipher()
712 ProtocolVersion protocolVersion) { in NullReadCipher()
749 ProtocolVersion protocolVersion, String algorithm, in createCipher()
757 ProtocolVersion protocolVersion) { in NullWriteCipher()
806 ProtocolVersion protocolVersion, String algorithm, in createCipher()
817 ProtocolVersion protocolVersion, String algorithm, in StreamReadCipher()
888 ProtocolVersion protocolVersion, String algorithm, in createCipher()
899 ProtocolVersion protocolVersion, String algorithm, in StreamWriteCipher()
978 ProtocolVersion protocolVersion, String algorithm, in createCipher()
989 ProtocolVersion protocolVersion, String algorithm, in BlockReadCipher()
1130 ProtocolVersion protocolVersion, String algorithm, in createCipher()
1141 ProtocolVersion protocolVersion, String algorithm, in BlockWriteCipher()
1245 Authenticator authenticator, ProtocolVersion protocolVersion, in createCipher()
1256 ProtocolVersion protocolVersion, in BlockReadCipher()
1408 Authenticator authenticator, ProtocolVersion protocolVersion, in createCipher()
1420 ProtocolVersion protocolVersion, in BlockWriteCipher()
1539 ProtocolVersion protocolVersion, String algorithm, in createCipher()
1555 ProtocolVersion protocolVersion, in GcmReadCipher()
1654 ProtocolVersion protocolVersion, String algorithm, in createCipher()
1670 ProtocolVersion protocolVersion, in GcmWriteCipher()
1788 Authenticator authenticator, ProtocolVersion protocolVersion, in createCipher()
1803 ProtocolVersion protocolVersion, in GcmReadCipher()
1942 Authenticator authenticator, ProtocolVersion protocolVersion, in createCipher()
1957 ProtocolVersion protocolVersion, in GcmWriteCipher()
2288 ProtocolVersion protocolVersion) throws BadPaddingException { in removePadding()