SSLCipher.SSLReadCipher |
SSLCipher.ReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.WriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.NullReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.NullWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.StreamReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.StreamWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.T10BlockReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.T10BlockWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.T11BlockReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.T11BlockWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.GMTlsBlockReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.GMTlsBlockWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.T12GcmReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.GMTlsGcmReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.T12GcmWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.GMTlsGcmWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLReadCipher |
SSLCipher.T13GcmReadCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
SSLCipher.SSLWriteCipher |
SSLCipher.T13GcmWriteCipherGenerator.createCipher(SSLCipher sslCipher,
Authenticator authenticator,
ProtocolVersion protocolVersion,
String algorithm,
Key key,
AlgorithmParameterSpec params,
SecureRandom random) |
(专用程序包) SSLCipher.SSLReadCipher |
SSLCipher.createReadCipher(Authenticator authenticator,
ProtocolVersion protocolVersion,
SecretKey key,
IvParameterSpec iv,
SecureRandom random) |
(专用程序包) SSLCipher.SSLWriteCipher |
SSLCipher.createWriteCipher(Authenticator authenticator,
ProtocolVersion protocolVersion,
SecretKey key,
IvParameterSpec iv,
SecureRandom random) |