public class SmimeResult extends Object
This class containing results of checking secure emails.
| Modifier and Type | Method and Description |
|---|---|
X509Certificate2Collection |
getEncryptionCertificates()
Gets the collection of certificates with which the email was encrypted.
|
RuntimeException |
getError()
Gets error which was thrown while checking.
|
X509Certificate2Collection |
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 X509Certificate2Collection getSigningCertificates()
Gets the collection of certificates with which the email was signed.
public final X509Certificate2Collection getEncryptionCertificates()
Gets the collection of certificates with which the email was encrypted.
Copyright (c) 2008-2023 Aspose Pty Ltd. All Rights Reserved.