|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object tyrex.security.container.SecureConnection
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.
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 |
public SecureConnection(int keySize)
keySize
- The key sizeMethod Detail |
public int getKeySize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |