Class VerificationResult
Package: io.keychain.core
public enum VerificationResult extends java.lang.Object
Description
The VerificationResult
encapsulates the result of verifying digital signatures in a signed
text. A signed text is decomposed during verification into the message, encoding, and collection of Verification
objects, 1 per signature.
Since: v2.0
Public Member Functions
Return type | Method and Description |
---|---|
|
Gets clear text of the signed data. |
Gets character encoding of cleartext. |
|
|
Gets list of verifications. |
Public Member Functions Detail
getClearText
|
|
Gets the clear text that was signed. Note that this is called "clear text" but may in fact be another Keychain message which is itself signed, or even encrypted. It is returned as a |
|
Returns: |
|
The |
getEncoding
|
|||
Gets the character encoding of the underlying
|
|||
Returns: |
|||
The character encoding of the clear text ( |
getVerifications
|
|
Gets the full list of |
|
Returns: |
|
The list of verifications |