public class VerifyCMSSignatureResponseElementImpl extends Object implements VerifyCMSSignatureResponseElement
VerifyCMSSignatureResponseElement
.Constructor and Description |
---|
VerifyCMSSignatureResponseElementImpl() |
Modifier and Type | Method and Description |
---|---|
CheckResult |
getCertificateCheck()
Gets the result of the certificate verification.
|
CheckResult |
getSignatureCheck()
Gets the result of the signature verification.
|
SignerInfo |
getSignerInfo()
Gets a SignerInfo element according to CMS.
|
void |
setCertificateCheck(CheckResult certificateCheck)
Sets a result of the certificate verification.
|
void |
setSignatureCheck(CheckResult signatureCheck)
Sets a result of the signature verification.
|
void |
setSignerInfo(SignerInfo signerInfo)
Sets a SignerInfo element according to CMS.
|
public VerifyCMSSignatureResponseElementImpl()
public void setSignerInfo(SignerInfo signerInfo)
signerInfo
- The SignerInfo element according to CMS.public SignerInfo getSignerInfo()
VerifyCMSSignatureResponseElement
getSignerInfo
in interface VerifyCMSSignatureResponseElement
public void setSignatureCheck(CheckResult signatureCheck)
signatureCheck
- The result of the signature verification.public CheckResult getSignatureCheck()
VerifyCMSSignatureResponseElement
getSignatureCheck
in interface VerifyCMSSignatureResponseElement
public void setCertificateCheck(CheckResult certificateCheck)
certificateCheck
- The result of the certificate verification.public CheckResult getCertificateCheck()
VerifyCMSSignatureResponseElement
getCertificateCheck
in interface VerifyCMSSignatureResponseElement
Copyright © 2016. All rights reserved.