Cryptix OpenPGP

Uses of Class
cryptix.message.Message

Packages that use Message
cryptix.message The Cryptix Message API. 
cryptix.openpgp OpenPGP specific extensions to the Message and PKI API's. 
 

Uses of Message in cryptix.message
 

Subclasses of Message in cryptix.message
 class EncryptedMessage
          Represents an encrypted message.
 class KeyBundleMessage
          Represents an message containing a keybundle.
 class LiteralMessage
          Message containing encoded 'literal data'.
 class SignedMessage
          Represents a message that is signed by one or more public keys.
 

Methods in cryptix.message that return Message
abstract  Message SignedMessageBuilderSpi.engineBuild()
          Returns the signed message
 Message SignedMessageBuilder.build()
          Returns the signed message
abstract  Message SignedMessage.getContents()
          Get the message itself
abstract  Message MessageFactorySpi.engineGenerateMessage(java.io.InputStream in)
          Generates a messages from an input stream.
 Message MessageFactory.generateMessage(java.io.InputStream in)
          Generates a message from an input stream.
abstract  Message LiteralMessageBuilderSpi.engineBuild()
          Returns the built literal message
 Message LiteralMessageBuilder.build()
          Returns the built literal message
abstract  Message KeyBundleMessageBuilderSpi.engineBuild()
          Returns a message containing a keybundle.
 Message KeyBundleMessageBuilder.build()
          Returns a message containing a keybundle.
abstract  Message EncryptedMessageBuilderSpi.engineBuild()
          Returns the encrypted message
 Message EncryptedMessageBuilder.build()
          Returns the encrypted message
abstract  Message EncryptedMessage.decrypt(java.security.Key key)
          Decrypt the message with a key.
abstract  Message EncryptedMessage.decrypt(KeyBundle bundle, char[] passphrase)
          Decrypt the message with a keybundle, decrypting the private key in the keybundle using the given passphrase.
abstract  Message EncryptedMessage.decrypt(char[] passphrase)
          Decrypt the message with a passphrase.
 

Methods in cryptix.message with parameters of type Message
abstract  void SignedMessageBuilderSpi.engineInit(Message contents, java.security.SecureRandom sr)
          Initializes this builder with the given message.
 void SignedMessageBuilder.init(Message contents)
          Initializes this builder with the given message.
 void SignedMessageBuilder.init(Message contents, java.security.SecureRandom sr)
          Initializes this builder with the given message and SecureRandom object.
abstract  void EncryptedMessageBuilderSpi.engineInit(Message contents, java.security.SecureRandom sr)
          Initializes this builder with the given message.
 void EncryptedMessageBuilder.init(Message contents)
          Initializes this builder with the given message.
 void EncryptedMessageBuilder.init(Message contents, java.security.SecureRandom sr)
          Initializes this builder with the given message and SecureRandom object.
 

Uses of Message in cryptix.openpgp
 

Subclasses of Message in cryptix.openpgp
 class PGPArmouredMessage
          Represents an armoured message.
 class PGPDetachedSignatureMessage
          Represents a detached signature.
 class PGPSignedMessage
          Represents an OpenPGP signed message.
 

Methods in cryptix.openpgp with parameters of type Message
abstract  boolean PGPDetachedSignatureMessage.verify(Message msg, java.security.PublicKey pubkey)
          Verify if this detached signature is a correct signature on a particular message by a particular public key.
abstract  boolean PGPDetachedSignatureMessage.verify(Message msg, KeyBundle pubkey)
          Verify if this detached signature is a correct signature on a particular message by a particular keybundle.
 

Constructors in cryptix.openpgp with parameters of type Message
PGPArmouredMessage(Message msg)
          Creates an ArmouredMessage from another Message
 


Cryptix OpenPGP

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