Class OpenPgpElementAndMetadata
- java.lang.Object
-
- org.jivesoftware.smackx.ox.crypto.OpenPgpElementAndMetadata
-
public class OpenPgpElementAndMetadata extends java.lang.Object
Bundle together anOpenPgpElementandOpenPgpMetadata.
-
-
Constructor Summary
Constructors Constructor Description OpenPgpElementAndMetadata(OpenPgpElement element, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenPgpElementgetElement()Return theOpenPgpElement.org.pgpainless.decryption_verification.OpenPgpMetadatagetMetadata()ReturnOpenPgpMetadataabout theOpenPgpElements encryption/signatures.
-
-
-
Constructor Detail
-
OpenPgpElementAndMetadata
public OpenPgpElementAndMetadata(OpenPgpElement element, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
Constructor.- Parameters:
element- elementmetadata- metadata about the elements encryption
-
-
Method Detail
-
getElement
public OpenPgpElement getElement()
Return theOpenPgpElement.- Returns:
- element TODO javadoc me please
-
getMetadata
public org.pgpainless.decryption_verification.OpenPgpMetadata getMetadata()
ReturnOpenPgpMetadataabout theOpenPgpElements encryption/signatures.- Returns:
- metadata TODO javadoc me please
-
-