public class SmimeResult extends Object
This class containing results of checking secure emails.
| Modifier and Type | Method and Description |
|---|---|
List<X509Certificate> |
getEncryptionCertificates()
Gets the collection of certificates with which the email was encrypted.
|
RuntimeException |
getError()
Gets error which was thrown while checking.
|
List<X509Certificate> |
getSigningCertificates()
Gets the collection of certificates with which the email was signed.
|
boolean |
isSuccess()
Gets true if check was successful, otherwise false.
|
public final boolean isSuccess()
Gets true if check was successful, otherwise false.
public final RuntimeException getError()
Gets error which was thrown while checking.
public final List<X509Certificate> getSigningCertificates()
Gets the collection of certificates with which the email was signed.
public final List<X509Certificate> getEncryptionCertificates()
Gets the collection of certificates with which the email was encrypted.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.