Class MessageMetadata.Message
java.lang.Object
org.pgpainless.decryption_verification.MessageMetadata.Layer
org.pgpainless.decryption_verification.MessageMetadata.Message
- All Implemented Interfaces:
MessageMetadata.Packet
- Enclosing class:
- MessageMetadata
-
Field Summary
FieldsFields inherited from class org.pgpainless.decryption_verification.MessageMetadata.Layer
child, depth, MAX_LAYER_DEPTH, rejectedDetachedSignatures, rejectedOnePassSignatures, rejectedPrependedSignatures, verifiedDetachedSignatures, verifiedOnePassSignatures, verifiedPrependedSignatures
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true, is the message is a signed message using the cleartext signature framework.Methods inherited from class org.pgpainless.decryption_verification.MessageMetadata.Layer
getChild, getRejectedDetachedSignatures, getRejectedOnePassSignatures, getRejectedPrependedSignatures, getVerifiedDetachedSignatures, getVerifiedOnePassSignatures, getVerifiedPrependedSignatures
-
Field Details
-
cleartextSigned
protected boolean cleartextSigned
-
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
isCleartextSigned
public boolean isCleartextSigned()Returns true, is the message is a signed message using the cleartext signature framework.- Returns:
true
if message is cleartext-signed,false
otherwise- See Also:
-