tyrex.security.container

Class SecureConnection

public final class SecureConnection extends Object

Credentials indicating a secure connection. This credentials inform the container that it has established a secure connection with the client. It does not tell the container anything about the client (e.g. whether the certificate is trusted), only that the server has used it's secure connection capabilities. The definition of what a secure connection is depends on the container configuration, e.g. some containers may regard 48-bit SSL as secure, others may require 128-bit and an IPSEC connection, etc.

Version: $Revision: 1.4 $ $Date: 2001/03/12 19:20:18 $

Author: Assaf Arkin

Constructor Summary
SecureConnection(int keySize)
Constructs a new secure connection credential with the specified key size.
Method Summary
intgetKeySize()
Returns the key size.

Constructor Detail

SecureConnection

public SecureConnection(int keySize)
Constructs a new secure connection credential with the specified key size.

Parameters: keySize The key size

Method Detail

getKeySize

public int getKeySize()
Returns the key size. This is the key size of the server certificate used to established the secure connection (e.g. 48, 128). The key size may depend on the capabilities of the client.

Returns: The key size

Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.