org.apache.tomcat.util.net
Class SSLSupport.CipherData
java.lang.Object
org.apache.tomcat.util.net.SSLSupport.CipherData
- 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.
keySize
public int keySize
phrase
public String phrase
CipherData
public CipherData(String phrase,
int keySize)
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.