public static class OpenPGPMessageInputStream.Result
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getCompressionAlgorithm() |
OpenPGPCertificate.OpenPGPComponentKey |
getDecryptionKey() |
char[] |
getDecryptionPassphrase() |
MessageEncryptionMechanism |
getEncryptionMethod() |
char |
getFileFormat() |
java.util.Date |
getFileModificationTime() |
java.lang.String |
getFilename() |
PGPSessionKey |
getSessionKey() |
java.util.List<OpenPGPSignature.OpenPGPDocumentSignature> |
getSignatures() |
public MessageEncryptionMechanism getEncryptionMethod()
public OpenPGPCertificate.OpenPGPComponentKey getDecryptionKey()
public char[] getDecryptionPassphrase()
public PGPSessionKey getSessionKey()
public int getCompressionAlgorithm()
public java.lang.String getFilename()
public char getFileFormat()
public java.util.Date getFileModificationTime()
public java.util.List<OpenPGPSignature.OpenPGPDocumentSignature> getSignatures()