SmimeResult
Inheritance: java.lang.Object
public class SmimeResult
This class containing results of checking secure emails.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEncryptionCertificates()
public final List<X509Certificate> getEncryptionCertificates()
Gets the collection of certificates with which the email was encrypted.
Returns: java.util.List<java.security.cert.X509Certificate>
getError()
public final RuntimeException getError()
Gets error which was thrown while checking.
Returns: java.lang.RuntimeException
getSigningCertificates()
public final List<X509Certificate> getSigningCertificates()
Gets the collection of certificates with which the email was signed.
Returns: java.util.List<java.security.cert.X509Certificate>
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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |