SSLv3Constantspublic class SSLv3Constants extends Object Contains SSL 3.0 constants |
Fields Summary |
---|
static final byte[] | clientClient is a sender. Used in hash calculating for finished message. | static final byte[] | serverServer is a sender. Used in hash calculating for finished message. | static final byte[] | MD5pad1pad_1 for MD5 | static final byte[] | SHApad1pad_1 for SHA | static final byte[] | MD5pad2pad_2 for MD5 | static final byte[] | SHApad2pad_2 for SHA |
|