org.apache.tomcat.util.net

Class SSLSupport.CipherData

Enclosing Class:
SSLSupport

public final class SSLSupport.CipherData
extends java.lang.Object

Simple data class that represents the cipher being used, along with the corresponding effective key size. The specified phrase must appear in the name of the cipher suite to be recognized.

Field Summary

int
keySize
String
phrase

Constructor Summary

CipherData(String phrase, int keySize)

Field Details

keySize

public int keySize


phrase

public String phrase

Constructor Details

CipherData

public CipherData(String phrase,
                  int keySize)


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.