SmimeResult

Inheritance: java.lang.Object

public class SmimeResult

This class containing results of checking secure emails.

Methods

MethodDescription
equals(Object arg0)
getClass()
getEncryptionCertificates()Gets the collection of certificates with which the email was encrypted.
getError()Gets error which was thrown while checking.
getSigningCertificates()Gets the collection of certificates with which the email was signed.
hashCode()
isSuccess()Gets true if check was successful, otherwise false.
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEncryptionCertificates()

public final System.Security.Cryptography.X509Certificates.X509Certificate2Collection getEncryptionCertificates()

Gets the collection of certificates with which the email was encrypted.

Returns: com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Certificate2Collection

getError()

public final RuntimeException getError()

Gets error which was thrown while checking.

Returns: java.lang.RuntimeException

getSigningCertificates()

public final System.Security.Cryptography.X509Certificates.X509Certificate2Collection getSigningCertificates()

Gets the collection of certificates with which the email was signed.

Returns: com.aspose.ms.System.Security.Cryptography.X509Certificates.X509Certificate2Collection

hashCode()

public native int hashCode()

Returns: int

isSuccess()

public final boolean isSuccess()

Gets true if check was successful, otherwise false.

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int