| Package | Description |
|---|---|
| org.demoiselle.signer.policy.impl.cades |
Documentation of package (put it here)
|
| org.demoiselle.signer.policy.impl.cades.pkcs1.impl |
Documentation of package (put it here)
|
| org.demoiselle.signer.policy.impl.cades.pkcs7 |
Documentation of package (put it here)
|
| org.demoiselle.signer.policy.impl.cades.pkcs7.impl |
Documentation of package (put it here)
|
| org.demoiselle.signer.policy.impl.cades.util |
Documentation of package (put it here)
|
| Modifier and Type | Method and Description |
|---|---|
List<SignatureInformations> |
Checker.checkAttachedSignature(byte[] signedData)
Check a digital signature with attached content, informed by parameter signedData
|
List<SignatureInformations> |
Checker.checkDetachedSignature(byte[] content,
byte[] signedData)
Check an digital detached signature, informed by parameter signedData and it's content
|
List<SignatureInformations> |
Checker.checkSignatureByHash(String digestAlgorithmOID,
byte[] calculatedHashContent,
byte[] signedData)
Check a digital detached signature, informed by parameter signedData, based on calculated hash from content
|
List<SignatureInformations> |
AttachedContentValidation.getSignaturesInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachedContentValidation.setSignaturesInfo(List<SignatureInformations> signaturesInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<SignatureInformations> |
PKCS1SignerImpl.checkAttachedSignature(byte[] signedData) |
List<SignatureInformations> |
PKCS1SignerImpl.checkSignatureByHash(String digestAlgorithm,
byte[] calculatedHashContent,
byte[] signedData) |
| Modifier and Type | Method and Description |
|---|---|
List<SignatureInformations> |
PKCS7Checker.checkAttachedSignature(byte[] signedData)
Check a digital signature with attached content, informed by parameter signedData
|
List<SignatureInformations> |
PKCS7Checker.checkSignatureByHash(String digestAlgorithmOID,
byte[] calculatedHashContent,
byte[] signedData)
Check a digital detached signature, informed by parameter signedData, based on calculated hash from content
|
List<SignatureInformations> |
PKCS7Checker.getSignaturesInfo()
get Signature Information for a checked signature
|
| Modifier and Type | Method and Description |
|---|---|
List<SignatureInformations> |
CAdESChecker.checkAttachedSignature(byte[] signedData) |
List<SignatureInformations> |
CAdESChecker.checkDetachedSignature(byte[] content,
byte[] signedData) |
List<SignatureInformations> |
CAdESChecker.checkSignatureByHash(String digestAlgorithmOID,
byte[] calculatedHashContent,
byte[] signedData) |
List<SignatureInformations> |
CAdESChecker.getSignaturesInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
CAdESChecker.setSignaturesInfo(List<SignatureInformations> signatureInfo) |
| Modifier and Type | Method and Description |
|---|---|
static SignatureInformations |
XMLToSignature.convert(Document docPolicy,
LinkedList<X509Certificate> chain,
BasicCertificate cert,
Date signDate,
LinkedList<String> validatorErrors,
LinkedList<String> validatorWarnins) |
Copyright © 2021 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.