Serialized Form


Package iaik.security.ssl

Class iaik.security.ssl.CipherSuite extends java.lang.Object implements Serializable

Serialized Fields

cipher_suite_name

java.lang.String cipher_suite_name

keySizeLimit

int keySizeLimit

key_exchange_algorithm

java.lang.String key_exchange_algorithm

cipher_algorithm

java.lang.String cipher_algorithm

hash_algorithm

java.lang.String hash_algorithm

id

int id

key_material

int key_material

expanded_key_material

int expanded_key_material

IV_size

int IV_size

server_cert_required

boolean server_cert_required

prf_algorithm

java.lang.String prf_algorithm

allowed_min_version

int allowed_min_version

allowed_max_version

int allowed_max_version

Class iaik.security.ssl.CipherSuiteList extends java.lang.Object implements Serializable

Serialized Fields

cipherSuites

java.util.Vector<E> cipherSuites
The vector containing the elements of this list

Class iaik.security.ssl.CompressionMethod extends java.lang.Object implements Serializable

serialVersionUID: 5726950260836068618L

Serialized Fields

id

int id

name

java.lang.String name

Class iaik.security.ssl.NullCompression extends CompressionMethod implements Serializable

serialVersionUID: 6783550761816603455L

Class iaik.security.ssl.PreSharedKey extends javax.crypto.spec.SecretKeySpec implements Serializable

Serialized Fields

psk_

byte[] psk_
The key material.

Class iaik.security.ssl.PropertyInitException extends java.lang.RuntimeException implements Serializable

Serialized Fields

cause_

java.lang.Throwable cause_
The cause.

Class iaik.security.ssl.ServerName extends java.lang.Object implements Serializable

serialVersionUID: -7556245000272316571L

Serialized Fields

type_

int type_
The type of this ServerName. Currently only there exists only one pre-defined type: HOST_NAME.


name_

java.lang.String name_
The server name as String.


encodedName_

byte[] encodedName_
The server name encoding (UTF-8).

Class iaik.security.ssl.Session extends java.lang.Object implements Serializable

serialVersionUID: -581752034538641357L

Serialized Fields

cipher_suite

CipherSuite cipher_suite

compression_method

CompressionMethod compression_method

session_id

SessionID session_id

peer_certificate

java.security.cert.X509Certificate[] peer_certificate

local_certificate

java.security.cert.X509Certificate[] local_certificate

server_name

ServerName server_name

psk_identity

java.lang.String psk_identity

master_secret

byte[] master_secret

version

int version

is_resumable

boolean is_resumable

creation_time

long creation_time

version2iv

byte[] version2iv

remote_peer_id

java.lang.Object remote_peer_id

truncate_hmac

boolean truncate_hmac
Whether to use truncated HMACs as negotiated by truncated_hmac extensions.


max_fragment_length

int max_fragment_length
MaxFragmentLength value; if negotiated by max_fragment_length extension.


use_extended_master_secret

boolean use_extended_master_secret
Whether to calculate the master secret in extended way from an handshake message hash according to RFC 7627


resumption_master_secret

byte[] resumption_master_secret
Resumption master secret.


pre_shared_key

PreSharedKey pre_shared_key
Pre-Shared key.


ticket_age_add

int ticket_age_add
The ticket age add (from the NewSessionTicket extension.


ticket_

byte[] ticket_
The session ticket received from the server in the new SessionTicket message.

Class iaik.security.ssl.SessionID extends java.lang.Object implements Serializable

Serialized Fields

sessionId

byte[] sessionId

Class iaik.security.ssl.SignatureAndHashAlgorithmList extends java.lang.Object implements Serializable

Serialized Fields

algorithms_

java.util.ArrayList<E> algorithms_
The list containing the elements of this list

Class iaik.security.ssl.SignatureSchemeList extends SignatureAndHashAlgorithmList implements Serializable

serialVersionUID: -154755199220337175L

Class iaik.security.ssl.SSLCertificateException extends SSLException implements Serializable

Class iaik.security.ssl.SSLCertificateRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

wrappedException_

java.lang.Exception wrappedException_
The wrapped exception.

Class iaik.security.ssl.SSLException extends java.io.IOException implements Serializable

Serialized Fields

alert_level

int alert_level
Alert level.


alert_description

int alert_description
Alert description.


alert_from_peer

boolean alert_from_peer
Has this exception been caused by an Alert message received from the peer?


alert

iaik.security.ssl.AlertMessage alert
The alert message.


wrappedException_

java.lang.Exception wrappedException_
Any application-created excpetion.

Class iaik.security.ssl.TLS13CipherSuite extends CipherSuite implements Serializable

Serialized Fields

macSize_

int macSize_
The mac size.


This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

iSaSiLk 6.0, (c) 2002 IAIK, (c) 2003 - 2015 SIC