| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
Authenticator.GMTLSMac |
private class |
Authenticator.MacImpl |
private static class |
Authenticator.SSL30Mac |
private static class |
Authenticator.SSLNullMac |
private static class |
Authenticator.TLS10Mac |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static <T extends Authenticator & Authenticator.MAC> |
Authenticator.valueOf(ProtocolVersion protocolVersion,
CipherSuite.MacAlg macAlg,
SecretKey key) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static void |
SSLCipher.addMac(Authenticator.MAC signer,
ByteBuffer destination,
byte contentType) |
private static int |
SSLCipher.calculateRemainingLen(Authenticator.MAC signer,
int fullLen,
int usedLen) |
private static void |
SSLCipher.checkCBCMac(Authenticator.MAC signer,
ByteBuffer bb,
byte contentType,
int cipheredLength,
byte[] sequence) |
private static boolean |
SSLCipher.checkMacTags(byte contentType,
ByteBuffer bb,
Authenticator.MAC signer,
byte[] sequence,
boolean isSimulated) |
private static void |
SSLCipher.checkStreamMac(Authenticator.MAC signer,
ByteBuffer bb,
byte contentType,
byte[] sequence) |
Copyright © 2023. All rights reserved.