cryptix.openpgp
Class PGPSignedMessage
java.lang.Object
cryptix.message.Message
cryptix.message.SignedMessage
cryptix.openpgp.PGPSignedMessage
- public abstract class PGPSignedMessage
- extends SignedMessage
Represents an OpenPGP signed message.
The difference between this class and the normal SignedMessage class is
a PGP specific method: getDetachedSignature().
All instances of SignedMessage returned by the OpenPGP provider are also
instances of this class.
- Version:
- $Revision: 1.3 $
- Author:
- Edwin Woudt
Field Summary |
protected boolean |
legacy
|
Constructor Summary |
protected |
PGPSignedMessage(java.lang.String format,
boolean legacy)
Creates a SignedMessage object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
legacy
protected boolean legacy
PGPSignedMessage
protected PGPSignedMessage(java.lang.String format,
boolean legacy)
- Creates a SignedMessage object.
getDetachedSignature
public abstract PGPDetachedSignatureMessage getDetachedSignature()
throws MessageException
- Returns a detached signature.
- Throws:
MessageException
- on a variety of format specific problems.
Copyright (C) 1999-2003 The Cryptix Foundation Ltd.