Package | Description |
---|---|
at.gv.egovernment.moa.spss.api | |
at.gv.egovernment.moa.spss.api.cmsverify | |
at.gv.egovernment.moa.spss.api.impl | |
at.gv.egovernment.moa.spss.api.xmlverify |
Modifier and Type | Method and Description |
---|---|
abstract CheckResult |
SPSSFactory.createCheckResult(int code,
NodeList info)
Create a new
CheckResult object. |
Modifier and Type | Method and Description |
---|---|
abstract VerifyCMSSignatureResponseElement |
SPSSFactory.createVerifyCMSSignatureResponseElement(SignerInfo signerInfo,
CheckResult signatureCheck,
CheckResult certificateCheck)
Create a new
VerifyCMSSignatureResponseElement object. |
abstract VerifyXMLSignatureResponse |
SPSSFactory.createVerifyXMLSignatureResponse(SignerInfo signerInfo,
List hashInputDatas,
List referenceInputDatas,
ReferencesCheckResult signatureCheck,
ReferencesCheckResult signatureManifestCheck,
List xmlDsigManifestChecks,
CheckResult certificateCheck)
Create a new
VerifyXMLSignatureResponse object. |
Modifier and Type | Method and Description |
---|---|
CheckResult |
VerifyCMSSignatureResponseElement.getCertificateCheck()
Gets the result of the certificate verification.
|
CheckResult |
VerifyCMSSignatureResponseElement.getSignatureCheck()
Gets the result of the signature verification.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckResultImpl
Default implementation of
CheckResult . |
Modifier and Type | Method and Description |
---|---|
CheckResult |
SPSSFactoryImpl.createCheckResult(int code,
NodeList info) |
CheckResult |
VerifyXMLSignatureResponseImpl.getCertificateCheck() |
CheckResult |
VerifyCMSSignatureResponseElementImpl.getCertificateCheck() |
CheckResult |
VerifyCMSSignatureResponseElementImpl.getSignatureCheck() |
Modifier and Type | Method and Description |
---|---|
VerifyCMSSignatureResponseElement |
SPSSFactoryImpl.createVerifyCMSSignatureResponseElement(SignerInfo signerInfo,
CheckResult signatureCheck,
CheckResult certificateCheck) |
VerifyXMLSignatureResponse |
SPSSFactoryImpl.createVerifyXMLSignatureResponse(SignerInfo signerInfo,
List hashInputDatas,
List referenceInputDatas,
ReferencesCheckResult signatureCheck,
ReferencesCheckResult signatureManifestCheck,
List xmlDsigManifestChecks,
CheckResult certificateCheck) |
void |
VerifyXMLSignatureResponseImpl.setCertificateCheck(CheckResult certificateCheck)
Sets the result of the certification verification.
|
void |
VerifyCMSSignatureResponseElementImpl.setCertificateCheck(CheckResult certificateCheck)
Sets a result of the certificate verification.
|
void |
VerifyCMSSignatureResponseElementImpl.setSignatureCheck(CheckResult signatureCheck)
Sets a result of the signature verification.
|
Modifier and Type | Method and Description |
---|---|
CheckResult |
VerifyXMLSignatureResponse.getCertificateCheck()
Gets the result of the certification verification.
|
Copyright © 2016. All rights reserved.