All Packages Class Hierarchy This Package Previous Next Index
Class iaik.security.ssl.CompressionMethod
java.lang.Object
|
+----iaik.security.ssl.CompressionMethod
- public class CompressionMethod
- extends Object
Defines the compression methods supported in SSL Version 3.0.
SSL v3.0 does not any compression methods.
-
NULL
- No compression.
-
getDefault()
- Returns an array with all implemented compression methods.
-
getID()
- Returns the identifier of this compression method.
-
getName()
- Returns the name of this compression method.
NULL
public static final CompressionMethod NULL
- No compression. The only method defined by SSL v3.0.
getName
public String getName()
- Returns the name of this compression method.
- Returns:
- the name of this compression method
getID
public int getID()
- Returns the identifier of this compression method.
- Returns:
- the identifier of this compression method
getDefault
public static CompressionMethod[] getDefault()
- Returns an array with all implemented compression methods.
- Returns:
- an array with all implemented compression methods
All Packages Class Hierarchy This Package Previous Next Index