public final class VerifyResult extends Object
| Constructor and Description |
|---|
VerifyResult(Boolean isValid,
SignatureAlgorithm algorithm,
String keyId)
Creates the instance of Verify Result holding the verification response information.
|
| Modifier and Type | Method and Description |
|---|---|
SignatureAlgorithm |
getAlgorithm()
Get the signature algorithm used to verify the signature.
|
String |
getKeyId()
Get the identifier of the key used for the verify operation
|
Boolean |
isValid()
Get the verify operation result.
|
public VerifyResult(Boolean isValid, SignatureAlgorithm algorithm, String keyId)
isValid - The verification info.algorithm - The algorithm used to verify the signature.keyId - The identifier of the key usd for the verify operation.public Boolean isValid()
public SignatureAlgorithm getAlgorithm()
public String getKeyId()
Copyright © 2021 Microsoft Corporation. All rights reserved.