Class OpenPgpElementAndMetadata

    • Constructor Detail

      • OpenPgpElementAndMetadata

        public OpenPgpElementAndMetadata​(OpenPgpElement element,
                                         org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
        Constructor.
        Parameters:
        element - element
        metadata - metadata about the elements encryption
    • Method Detail

      • getMetadata

        public org.pgpainless.decryption_verification.OpenPgpMetadata getMetadata()
        Return OpenPgpMetadata about the OpenPgpElements encryption/signatures.
        Returns:
        metadata TODO javadoc me please