public class VerificationResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
caCertificateVerified
Indicates whether the CA certificate has been verified.
|
int |
certificationChainVerified
Indicates whether the certification chain has been verified.
|
int |
governanceValid
Indicates whether the governance that issued the VDS is valid.
|
int |
lotlGovernanceValid
Indicates whether the LoTL governance that issued the VDS is valid.
|
int |
manifestGovernanceValid
Indicates whether the manifest governance that issued the VDS is valid.
|
int |
signingCertificateUsageAuthorized
Indicates whether the signing certificate was legitimately authorized to sign the VDS.
|
int |
tslGovernanceValid
Indicates whether the TSL governance that issued the VDS is valid.
|
int |
vdsNotExpired
Indicates whether the VDS is still valid, ie. it has not expired.
|
int |
vdsSignatureVerified
Indicates whether the signature of the VDS has been verified.
|
| Constructor and Description |
|---|
VerificationResult()
Initializes an empty instance of the VerificationResult class.
|
VerificationResult(int certificationChainVerified,
int governanceValid,
int lotlGovernanceValid,
int tslGovernanceValid,
int manifestGovernanceValid,
int vdsNotExpired,
int vdsSignatureVerified,
int caCertificateVerified,
int signingCertificateUsageAuthorized)
Initializes a new instance of the VerificationResult class from its members.
|
VerificationResult(VerificationResult verificationResult)
Initializes a new instance of the VerificationResult class by copying another VerificationResult.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public int certificationChainVerified
public int governanceValid
public int lotlGovernanceValid
public int tslGovernanceValid
public int manifestGovernanceValid
public int vdsNotExpired
public int vdsSignatureVerified
public int caCertificateVerified
public int signingCertificateUsageAuthorized
public VerificationResult()
public VerificationResult(int certificationChainVerified,
int governanceValid,
int lotlGovernanceValid,
int tslGovernanceValid,
int manifestGovernanceValid,
int vdsNotExpired,
int vdsSignatureVerified,
int caCertificateVerified,
int signingCertificateUsageAuthorized)
certificationChainVerified - Indicates whether the certification chain has been verified.governanceValid - Indicates whether the governance that issued the VDS is valid.lotlGovernanceValid - Indicates whether the LoTL governance that issued the VDS is valid.tslGovernanceValid - Indicates whether the TSL governance that issued the VDS is valid.manifestGovernanceValid - Indicates whether the manifest governance that issued the VDS is valid.vdsNotExpired - Indicates whether the VDS is still valid, ie. it has not expired.vdsSignatureVerified - Indicates whether the signature of the VDS has been verified.caCertificateVerified - Indicates whether the CA certificate has been verified.signingCertificateUsageAuthorized - Indicates whether the signing certificate was legitimately authorized to sign the VDS.public VerificationResult(VerificationResult verificationResult)
verificationResult - The VerificationResult to copy.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal