org.apache.tomcat.util.net

Class SSLSupport.CipherData

public static final class SSLSupport.CipherData extends 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
intkeySize
Stringphrase
Constructor Summary
CipherData(String phrase, int keySize)

Field Detail

keySize

public int keySize

phrase

public String phrase

Constructor Detail

CipherData

public CipherData(String phrase, int keySize)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.