tyrex.security.container
Class SecureConnection

java.lang.Object
  extended bytyrex.security.container.SecureConnection

public final class SecureConnection
extends java.lang.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
 int getKeySize()
          Returns the key size.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.