Class EncryptionResult
- java.lang.Object
-
- org.pgpainless.encryption_signing.EncryptionResult
-
public final class EncryptionResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEncryptionResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EncryptionResult.Builderbuilder()CompressionAlgorithmgetCompressionAlgorithm()MultiMap<SubkeyIdentifier,org.bouncycastle.openpgp.PGPSignature>getDetachedSignatures()SymmetricKeyAlgorithmgetEncryptionAlgorithm()OpenPgpMetadata.FileInfogetFileInfo()java.util.Set<SubkeyIdentifier>getRecipients()SymmetricKeyAlgorithmgetSymmetricKeyAlgorithm()Deprecated.
-
-
-
Method Detail
-
getSymmetricKeyAlgorithm
@Deprecated public SymmetricKeyAlgorithm getSymmetricKeyAlgorithm()
Deprecated.
-
getEncryptionAlgorithm
public SymmetricKeyAlgorithm getEncryptionAlgorithm()
-
getCompressionAlgorithm
public CompressionAlgorithm getCompressionAlgorithm()
-
getDetachedSignatures
public MultiMap<SubkeyIdentifier,org.bouncycastle.openpgp.PGPSignature> getDetachedSignatures()
-
getRecipients
public java.util.Set<SubkeyIdentifier> getRecipients()
-
getFileInfo
public OpenPgpMetadata.FileInfo getFileInfo()
-
builder
public static EncryptionResult.Builder builder()
-
-