org.jgroups.protocols

Class ENCRYPT1_4

public class ENCRYPT1_4 extends Protocol

ENCRYPT1_4 layer. Encrypt and decrypt the group communication in JGroups
Nested Class Summary
static classENCRYPT1_4.EncryptHeader
Constructor Summary
ENCRYPT1_4()
Method Summary
voiddown(Event evt)
StringgetName()
voidinit()
static voidreset()
Just remove if you don't need to reset any state
booleansetProperties(Properties props)
voidup(Event evt)

Constructor Detail

ENCRYPT1_4

public ENCRYPT1_4()

Method Detail

down

public void down(Event evt)

getName

public String getName()

init

public void init()

reset

public static void reset()
Just remove if you don't need to reset any state

setProperties

public boolean setProperties(Properties props)

up

public void up(Event evt)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.