Cryptix OpenPGP

cryptix.message
Class KeyBundleMessage

java.lang.Object
  extended bycryptix.message.Message
      extended bycryptix.message.KeyBundleMessage

public abstract class KeyBundleMessage
extends Message

Represents an message containing a keybundle.

Version:
$Revision: 1.3 $
Author:
Edwin Woudt

Constructor Summary
KeyBundleMessage(java.lang.String format)
          Creates a EncryptedMessage of the specified format.
 
Method Summary
abstract  KeyBundle getKeyBundle()
          Returns the KeyBundle contained in this message.
 
Methods inherited from class cryptix.message.Message
equals, getAttribute, getEncoded, getFormat, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyBundleMessage

public KeyBundleMessage(java.lang.String format)
Creates a EncryptedMessage of the specified format.

Method Detail

getKeyBundle

public abstract KeyBundle getKeyBundle()
Returns the KeyBundle contained in this message.

Returns:
the contained keybundle.

Cryptix OpenPGP

Copyright (C) 1999-2003 The Cryptix Foundation Ltd.