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.


Variable Index

 o NULL
No compression.

Method Index

 o getDefault()
Returns an array with all implemented compression methods.
 o getID()
Returns the identifier of this compression method.
 o getName()
Returns the name of this compression method.

Variables

 o NULL
 public static final CompressionMethod NULL
No compression. The only method defined by SSL v3.0.

Methods

 o getName
 public String getName()
Returns the name of this compression method.

Returns:
the name of this compression method
 o getID
 public int getID()
Returns the identifier of this compression method.

Returns:
the identifier of this compression method
 o 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