| java.lang.Object org.apache.harmony.xnet.provider.jsse.SSLv3Constants
SSLv3Constants | public class SSLv3Constants (Code) | | Contains SSL 3.0 constants
See Also: SSL See Also: 3.0 Spec. See Also: http://wp.netscape.com/eng/ssl3 |
Field Summary | |
final static byte[] | MD5pad1 | final static byte[] | MD5pad2 | final static byte[] | SHApad1 | final static byte[] | SHApad2 | final static byte[] | client Client is a sender. | final static byte[] | server Server is a sender. |
MD5pad1 | final static byte[] MD5pad1(Code) | | pad_1 for MD5
See Also: SSL See Also: 3.0 Spec., 5.2.3.1 Null or standard stream cipher |
MD5pad2 | final static byte[] MD5pad2(Code) | | pad_2 for MD5
See Also: SSL See Also: 3.0 Spec., 5.2.3.1 Null or standard stream cipher |
SHApad1 | final static byte[] SHApad1(Code) | | pad_1 for SHA
See Also: SSL See Also: 3.0 Spec., 5.2.3.1 Null or standard stream cipher |
SHApad2 | final static byte[] SHApad2(Code) | | pad_2 for SHA
See Also: SSL See Also: 3.0 Spec., 5.2.3.1 Null or standard stream cipher |
client | final static byte[] client(Code) | | Client is a sender. Used in hash calculating for finished message.
See Also: SSL See Also: 3.0 Spec., 5.6.9 Finished |
server | final static byte[] server(Code) | | Server is a sender. Used in hash calculating for finished message.
See Also: SSL See Also: 3.0 Spec., 5.6.9 Finished |
|
|