Serialized Form
-
Package eu.europa.esig.asic.manifest.jaxb
-
Class eu.europa.esig.asic.manifest.jaxb.AnyType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.asic.manifest.jaxb.ASiCManifestType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aSiCManifestExtensions
ExtensionsListType aSiCManifestExtensions
-
dataObjectReference
List<DataObjectReferenceType> dataObjectReference
-
sigReference
SigReferenceType sigReference
-
-
Class eu.europa.esig.asic.manifest.jaxb.DataObjectReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataObjectReferenceExtensions
ExtensionsListType dataObjectReferenceExtensions
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
mimeType
String mimeType
-
rootfile
Boolean rootfile
-
uri
String uri
-
-
Class eu.europa.esig.asic.manifest.jaxb.ExtensionsListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
extension
List<ExtensionType> extension
-
-
Class eu.europa.esig.asic.manifest.jaxb.ExtensionType extends AnyType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
critical
boolean critical
-
-
Class eu.europa.esig.asic.manifest.jaxb.SigReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.asic.manifest.jaxb.XAdESSignaturesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signature
List<SignatureType> signature
-
-
-
Package eu.europa.esig.dss
-
Class eu.europa.esig.dss.AbstractSignatureParameters extends AbstractSerializableSignatureParameters<TP extends SerializableTimestampParameters> implements Serializable
-
Serialized Fields
-
certificateChain
List<CertificateToken> certificateChain
This field contains theListof chain of certificates. It includes the signing certificate. -
contentTimestamps
List<TimestampToken> contentTimestamps
-
detachedContents
List<DSSDocument> detachedContents
The documents to be signed -
deterministicId
String deterministicId
-
signedData
byte[] signedData
Optional parameter that contains the actual canonicalized data that was used when creating the signature value. This allows scenarios were ToBeSigned was externally updated before signature value was created (i.e. signature certificate was appended). If this parameter is specified it will be used in the signed document. -
signingCertificate
CertificateToken signingCertificate
This field contains the signing certificate.
-
-
-
-
Package eu.europa.esig.dss.asic.cades
-
Class eu.europa.esig.dss.asic.cades.ASiCWithCAdESSignatureParameters extends CAdESSignatureParameters implements Serializable
- serialVersionUID:
- -830012801924753709L
-
Serialized Fields
-
asicParams
ASiCParameters asicParams
The object representing the parameters related to ASiC for the signature.
-
-
Class eu.europa.esig.dss.asic.cades.ASiCWithCAdESTimestampParameters extends CAdESTimestampParameters implements Serializable
-
Serialized Fields
-
asicParams
ASiCParameters asicParams
The object representing the parameters related to ASiC for the timestamp. -
zipCreationDate
Date zipCreationDate
-
-
-
-
Package eu.europa.esig.dss.asic.cades.signature
-
Class eu.europa.esig.dss.asic.cades.signature.ASiCWithCAdESService extends AbstractASiCSignatureService<ASiCWithCAdESSignatureParameters,ASiCWithCAdESTimestampParameters> implements Serializable
-
-
Package eu.europa.esig.dss.asic.common
-
Class eu.europa.esig.dss.asic.common.ASiCParameters extends Object implements Serializable
-
Serialized Fields
-
containerType
ASiCContainerType containerType
The form of the container -S or -E. -
mimeType
String mimeType
Indicates the mime-type to be set within the mimetype file. If null the stored mime-type is that of the signed content. -
signatureFileName
String signatureFileName
This property allows to provide a specific signature file name in the case of an ASiC-E container. -
zipComment
boolean zipComment
Indicates if the ZIP comment should be used to store the signed content mime-type.
-
-
-
-
Package eu.europa.esig.dss.asic.common.signature
-
Class eu.europa.esig.dss.asic.common.signature.AbstractASiCSignatureService extends AbstractSignatureService<SP extends SerializableSignatureParameters,TP extends SerializableTimestampParameters> implements Serializable
- serialVersionUID:
- 243114076381526665L
-
Serialized Fields
-
archiveContent
ASiCExtractResult archiveContent
-
-
-
Package eu.europa.esig.dss.asic.xades
-
Class eu.europa.esig.dss.asic.xades.ASiCWithXAdESSignatureParameters extends XAdESSignatureParameters implements Serializable
- serialVersionUID:
- 5004478692506008320L
-
Serialized Fields
-
asicParams
ASiCParameters asicParams
The object representing the parameters related to ASiC from of the signature.
-
-
-
Package eu.europa.esig.dss.asic.xades.signature
-
Class eu.europa.esig.dss.asic.xades.signature.ASiCWithXAdESService extends AbstractASiCSignatureService<ASiCWithXAdESSignatureParameters,XAdESTimestampParameters> implements Serializable
-
-
Package eu.europa.esig.dss.cades
-
Class eu.europa.esig.dss.cades.CAdESSignatureParameters extends AbstractSignatureParameters<CAdESTimestampParameters> implements Serializable
-
-
Package eu.europa.esig.dss.cades.signature
-
Class eu.europa.esig.dss.cades.signature.CAdESService extends AbstractSignatureService<CAdESSignatureParameters,CAdESTimestampParameters> implements Serializable
-
Serialized Fields
-
cmsSignedDataBuilder
CMSSignedDataBuilder cmsSignedDataBuilder
-
-
-
Class eu.europa.esig.dss.cades.signature.CAdESTimestampParameters extends TimestampParameters implements Serializable
-
Class eu.europa.esig.dss.cades.signature.CMSSignedDocument extends CommonDocument implements Serializable
-
Serialized Fields
-
signedData
org.bouncycastle.cms.CMSSignedData signedData
-
-
-
-
Package eu.europa.esig.dss.cades.validation
-
Class eu.europa.esig.dss.cades.validation.CAdESCRLSource extends CMSCRLSource implements Serializable
-
Class eu.europa.esig.dss.cades.validation.CAdESOCSPSource extends CMSOCSPSource implements Serializable
-
Class eu.europa.esig.dss.cades.validation.CAdESSignature extends DefaultAdvancedSignature implements Serializable
- serialVersionUID:
- 8449504364217200965L
-
Serialized Fields
-
cmsSignedData
org.bouncycastle.cms.CMSSignedData cmsSignedData
-
signerInformation
org.bouncycastle.cms.SignerInformation signerInformation
-
signingCertificateValidity
CertificateValidity signingCertificateValidity
The reference to the signing certificate. If the signing certificate is an input provided by the DA then getSigningCert MUST be called.
-
-
Class eu.europa.esig.dss.cades.validation.CAdESTimestampSource extends AbstractTimestampSource<CAdESAttribute> implements Serializable
-
-
Package eu.europa.esig.dss.crl
-
Class eu.europa.esig.dss.crl.CRLBinary extends EncapsulatedRevocationTokenIdentifier implements Serializable
- serialVersionUID:
- 3365111934665055383L
-
-
Package eu.europa.esig.dss.detailedreport.jaxb
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlBasicBuildingBlocks extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlCertificate extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
validationCertificateQualification
List<XmlValidationCertificateQualification> validationCertificateQualification
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlCertificateChain extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
chainItem
List<XmlChainItem> chainItem
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlChainItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
source
CertificateSourceType source
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlConclusion extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errors
List<XmlName> errors
-
indication
Indication indication
-
infos
List<XmlName> infos
-
subIndication
SubIndication subIndication
-
warnings
List<XmlName> warnings
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraint extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
conclusion
XmlConclusion conclusion
-
constraint
List<XmlConstraint> constraint
-
title
String title
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusionWithControlTime extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
controlTime
Date controlTime
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusionWithProofOfExistence extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
proofOfExistence
XmlProofOfExistence proofOfExistence
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicInformation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlCV extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlDetailedReport extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
basicBuildingBlocks
List<XmlBasicBuildingBlocks> basicBuildingBlocks
-
signatureOrTimestampOrCertificate
List<Serializable> signatureOrTimestampOrCertificate
-
tlAnalysis
List<XmlTLAnalysis> tlAnalysis
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlFC extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlISC extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateChain
XmlCertificateChain certificateChain
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlName extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlPCV extends XmlConstraintsConclusionWithControlTime implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlProofOfExistence extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlPSV extends XmlConstraintsConclusionWithControlTime implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlRAC extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlRevocationInformation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateId
String certificateId
-
reason
RevocationReason reason
-
revocationDate
Date revocationDate
-
revocationId
String revocationId
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlRFC extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlSAV extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cryptographicInfo
XmlCryptographicInformation cryptographicInfo
-
validationTime
Date validationTime
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlSignature extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
counterSignature
Boolean counterSignature
-
id
String id
-
timestamp
List<XmlTimestamp> timestamp
-
validationProcessArchivalData
XmlValidationProcessArchivalData validationProcessArchivalData
-
validationProcessBasicSignature
XmlValidationProcessBasicSignature validationProcessBasicSignature
-
validationProcessLongTermData
XmlValidationProcessLongTermData validationProcessLongTermData
-
validationSignatureQualification
XmlValidationSignatureQualification validationSignatureQualification
-
validationTimestampQualification
List<XmlValidationTimestampQualification> validationTimestampQualification
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlSubXCV extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlTimestamp extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
validationProcessTimestamp
XmlValidationProcessTimestamp validationProcessTimestamp
-
validationTimestampQualification
XmlValidationTimestampQualification validationTimestampQualification
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlTLAnalysis extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlValidationCertificateQualification extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateQualification
CertificateQualification certificateQualification
-
dateTime
Date dateTime
-
id
String id
-
validationTime
ValidationTime validationTime
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlValidationProcessArchivalData extends XmlConstraintsConclusionWithProofOfExistence implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlValidationProcessBasicSignature extends XmlConstraintsConclusionWithProofOfExistence implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlValidationProcessLongTermData extends XmlConstraintsConclusionWithProofOfExistence implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlValidationProcessTimestamp extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlValidationSignatureQualification extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signatureQualification
SignatureQualification signatureQualification
-
validationCertificateQualification
List<XmlValidationCertificateQualification> validationCertificateQualification
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlValidationTimestampQualification extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timestampQualification
TimestampQualification timestampQualification
-
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlVCI extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlVTS extends XmlConstraintsConclusionWithControlTime implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.detailedreport.jaxb.XmlXCV extends XmlConstraintsConclusion implements Serializable
- serialVersionUID:
- 1L
-
-
Package eu.europa.esig.dss.diagnostic.jaxb
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlAbstractToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlBasicSignature extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgoUsedToSignThisToken
DigestAlgorithm digestAlgoUsedToSignThisToken
-
encryptionAlgoUsedToSignThisToken
EncryptionAlgorithm encryptionAlgoUsedToSignThisToken
-
keyLengthUsedToSignThisToken
String keyLengthUsedToSignThisToken
-
maskGenerationFunctionUsedToSignThisToken
MaskGenerationFunction maskGenerationFunctionUsedToSignThisToken
-
signatureIntact
Boolean signatureIntact
-
signatureValid
Boolean signatureValid
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificate extends XmlAbstractToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authorityInformationAccessUrls
List<String> authorityInformationAccessUrls
-
base64Encoded
byte[] base64Encoded
-
basicSignature
XmlBasicSignature basicSignature
-
certificateChain
List<XmlChainItem> certificateChain
-
certificatePolicies
List<XmlCertificatePolicy> certificatePolicies
-
commonName
String commonName
-
countryName
String countryName
-
crlDistributionPoints
List<String> crlDistributionPoints
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
email
String email
-
extendedKeyUsages
List<XmlOID> extendedKeyUsages
-
givenName
String givenName
-
idPkixOcspNoCheck
Boolean idPkixOcspNoCheck
-
issuerDistinguishedName
List<XmlDistinguishedName> issuerDistinguishedName
-
keyUsageBits
List<KeyUsageBit> keyUsageBits
-
locality
String locality
-
notAfter
Date notAfter
-
notBefore
Date notBefore
-
ocspAccessUrls
List<String> ocspAccessUrls
-
organizationalUnit
String organizationalUnit
-
organizationName
String organizationName
-
pseudonym
String pseudonym
-
publicKeyEncryptionAlgo
EncryptionAlgorithm publicKeyEncryptionAlgo
-
publicKeySize
int publicKeySize
-
qcStatementIds
List<XmlOID> qcStatementIds
-
qcTypes
List<XmlOID> qcTypes
-
revocations
List<XmlCertificateRevocation> revocations
-
selfSigned
boolean selfSigned
-
serialNumber
BigInteger serialNumber
-
signingCertificate
XmlSigningCertificate signingCertificate
-
sources
List<CertificateSourceType> sources
-
state
String state
-
subjectDistinguishedName
List<XmlDistinguishedName> subjectDistinguishedName
-
surname
String surname
-
trusted
boolean trusted
-
trustedServiceProviders
List<XmlTrustedServiceProvider> trustedServiceProviders
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificatePolicy extends XmlOID implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cpsUrl
String cpsUrl
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateRef extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
issuerSerial
byte[] issuerSerial
-
origin
CertificateRefOrigin origin
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateRevocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reason
RevocationReason reason
-
revocation
XmlRevocation revocation
-
revocationDate
Date revocationDate
-
status
boolean status
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlChainItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificate
XmlCertificate certificate
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlContainerInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlDiagnosticData extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containerInfo
XmlContainerInfo containerInfo
-
documentName
String documentName
-
originalDocuments
List<XmlSignerData> originalDocuments
-
orphanTokens
List<XmlOrphanToken> orphanTokens
-
signatures
List<XmlSignature> signatures
-
trustedLists
List<XmlTrustedList> trustedLists
-
usedCertificates
List<XmlCertificate> usedCertificates
-
usedRevocations
List<XmlRevocation> usedRevocations
-
usedTimestamps
List<XmlTimestamp> usedTimestamps
-
validationDate
Date validationDate
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestAlgorithm digestMethod
-
digestValue
byte[] digestValue
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlDigestAlgoAndValues extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgoAndValue
List<XmlDigestAlgoAndValue> digestAlgoAndValue
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlDigestMatcher extends XmlDigestAlgoAndValue implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dataFound
boolean dataFound
-
dataIntact
boolean dataIntact
-
name
String name
-
type
DigestMatcherType type
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlDistinguishedName extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateRefs
List<XmlCertificateRef> certificateRefs
-
origins
List<CertificateOrigin> origins
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundCertificates extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
orphanCertificates
List<XmlOrphanCertificate> orphanCertificates
-
relatedCertificates
List<XmlRelatedCertificate> relatedCertificates
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
origins
List<RevocationOrigin> origins
-
revocationRefs
List<XmlRevocationRef> revocationRefs
-
type
RevocationType type
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundRevocations extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
orphanRevocations
List<XmlOrphanRevocation> orphanRevocations
-
relatedRevocations
List<XmlRelatedRevocation> relatedRevocations
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlFoundTimestamp extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
location
TimestampLocation location
-
timestamp
XmlTimestamp timestamp
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlLangAndValue extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlManifestFile extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlOID extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanCertificate extends XmlFoundCertificate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
token
XmlOrphanToken token
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanRevocation extends XmlFoundRevocation implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
token
XmlOrphanToken token
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken extends XmlAbstractToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base64Encoded
byte[] base64Encoded
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
type
OrphanTokenType type
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlPDFRevision extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
pdfSignatureDictionary
XmlPDFSignatureDictionary pdfSignatureDictionary
-
signatureFieldName
List<String> signatureFieldName
-
signerInformationStore
List<XmlSignerInfo> signerInformationStore
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlPDFSignatureDictionary extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlPolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
asn1Processable
Boolean asn1Processable
-
description
String description
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
digestAlgorithmsEqual
Boolean digestAlgorithmsEqual
-
id
String id
-
identified
Boolean identified
-
notice
String notice
-
processingError
String processingError
-
status
Boolean status
-
url
String url
-
zeroHash
Boolean zeroHash
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedCertificate extends XmlFoundCertificate implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificate
XmlCertificate certificate
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlRelatedRevocation extends XmlFoundRevocation implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revocation
XmlRevocation revocation
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlRevocation extends XmlAbstractToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveCutOff
Date archiveCutOff
-
base64Encoded
byte[] base64Encoded
-
basicSignature
XmlBasicSignature basicSignature
-
certHashExtensionMatch
Boolean certHashExtensionMatch
-
certHashExtensionPresent
Boolean certHashExtensionPresent
-
certificateChain
List<XmlChainItem> certificateChain
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
expiredCertsOnCRL
Date expiredCertsOnCRL
-
nextUpdate
Date nextUpdate
-
origin
RevocationOrigin origin
-
productionDate
Date productionDate
-
signingCertificate
XmlSigningCertificate signingCertificate
-
sourceAddress
String sourceAddress
-
thisUpdate
Date thisUpdate
-
type
RevocationType type
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlRevocationRef extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
origins
List<RevocationRefOrigin> origins
-
producedAt
Date producedAt
-
responderIdKey
byte[] responderIdKey
-
responderIdName
String responderIdName
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignature extends XmlAbstractToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
basicSignature
XmlBasicSignature basicSignature
-
certificateChain
List<XmlChainItem> certificateChain
-
claimedSigningTime
Date claimedSigningTime
-
commitmentTypeIndication
List<String> commitmentTypeIndication
-
contentHints
String contentHints
-
contentIdentifier
String contentIdentifier
-
contentType
String contentType
-
counterSignature
Boolean counterSignature
-
daIdentifier
String daIdentifier
-
digestMatchers
List<XmlDigestMatcher> digestMatchers
-
duplicated
Boolean duplicated
-
errorMessage
String errorMessage
-
foundCertificates
XmlFoundCertificates foundCertificates
-
foundRevocations
XmlFoundRevocations foundRevocations
-
foundTimestamps
List<XmlFoundTimestamp> foundTimestamps
-
mimeType
String mimeType
-
parent
XmlSignature parent
-
pdfRevision
XmlPDFRevision pdfRevision
-
policy
XmlPolicy policy
-
signatureDigestReference
XmlSignatureDigestReference signatureDigestReference
-
signatureFilename
String signatureFilename
-
signatureFormat
SignatureLevel signatureFormat
-
signatureProductionPlace
XmlSignatureProductionPlace signatureProductionPlace
-
signatureScopes
List<XmlSignatureScope> signatureScopes
-
signatureValue
byte[] signatureValue
-
signerDocumentRepresentations
XmlSignerDocumentRepresentations signerDocumentRepresentations
-
signerRole
List<XmlSignerRole> signerRole
-
signingCertificate
XmlSigningCertificate signingCertificate
-
structuralValidation
XmlStructuralValidation structuralValidation
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignatureDigestReference extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
canonicalizationMethod
String canonicalizationMethod
-
digestMethod
DigestAlgorithm digestMethod
-
digestValue
byte[] digestValue
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignatureProductionPlace extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignatureScope extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
name
String name
-
scope
SignatureScopeType scope
-
signerData
XmlSignerData signerData
-
transformations
List<String> transformations
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignerData extends XmlAbstractToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
referencedName
String referencedName
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignerDocumentRepresentations extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
docHashOnly
boolean docHashOnly
-
hashOnly
boolean hashOnly
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignerInfo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuer
String issuer
-
processed
boolean processed
-
serialNumber
BigInteger serialNumber
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSignerRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
category
EndorsementType category
-
notAfter
Date notAfter
-
notBefore
Date notBefore
-
role
String role
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlSigningCertificate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributePresent
Boolean attributePresent
-
certificate
XmlCertificate certificate
-
digestValueMatch
Boolean digestValueMatch
-
digestValuePresent
Boolean digestValuePresent
-
issuerSerialMatch
Boolean issuerSerialMatch
-
publicKey
byte[] publicKey
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlStructuralValidation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlTimestamp extends XmlAbstractToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveTimestampType
ArchiveTimestampType archiveTimestampType
-
base64Encoded
byte[] base64Encoded
-
basicSignature
XmlBasicSignature basicSignature
-
certificateChain
List<XmlChainItem> certificateChain
-
digestAlgoAndValue
XmlDigestAlgoAndValue digestAlgoAndValue
-
digestMatchers
List<XmlDigestMatcher> digestMatchers
-
pdfRevision
XmlPDFRevision pdfRevision
-
productionTime
Date productionTime
-
signingCertificate
XmlSigningCertificate signingCertificate
-
timestampedObjects
List<XmlTimestampedObject> timestampedObjects
-
timestampFilename
String timestampFilename
-
type
TimestampType type
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlTimestampedObject extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
category
TimestampedObjectType category
-
token
XmlAbstractToken token
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedList extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedService extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalServiceInfoUris
List<String> additionalServiceInfoUris
-
capturedQualifiers
List<String> capturedQualifiers
-
endDate
Date endDate
-
expiredCertsRevocationInfo
Date expiredCertsRevocationInfo
-
serviceDigitalIdentifier
XmlCertificate serviceDigitalIdentifier
-
serviceNames
List<XmlLangAndValue> serviceNames
-
serviceSupplyPoints
List<String> serviceSupplyPoints
-
serviceType
String serviceType
-
startDate
Date startDate
-
status
String status
-
-
Class eu.europa.esig.dss.diagnostic.jaxb.XmlTrustedServiceProvider extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
lotl
XmlTrustedList lotl
-
tl
XmlTrustedList tl
-
trustedServices
List<XmlTrustedService> trustedServices
-
tspNames
List<XmlLangAndValue> tspNames
-
tspRegistrationIdentifiers
List<String> tspRegistrationIdentifiers
-
-
-
Package eu.europa.esig.dss.model
-
Class eu.europa.esig.dss.model.AbstractSerializableSignatureParameters extends Object implements Serializable
-
Serialized Fields
-
archiveTimestampParameters
TP extends SerializableTimestampParameters archiveTimestampParameters
The object representing the parameters related to the archive timestamp (Baseline-LTA) -
bLevelParams
BLevelParameters bLevelParams
The object representing the parameters related to B- level. -
contentTimestampParameters
TP extends SerializableTimestampParameters contentTimestampParameters
The object representing the parameters related to the content timestamp (Baseline-B) -
digestAlgorithm
DigestAlgorithm digestAlgorithm
XAdES: The digest algorithm used to hash ds:SignedInfo. -
encryptionAlgorithm
EncryptionAlgorithm encryptionAlgorithm
The encryption algorithm shall be automatically extracted from the signing token. -
generateTBSWithoutCertificate
boolean generateTBSWithoutCertificate
This variable indicates if it is possible to generate ToBeSigned data without the signing certificate. -
maskGenerationFunction
MaskGenerationFunction maskGenerationFunction
The mask generation function -
referenceDigestAlgorithm
DigestAlgorithm referenceDigestAlgorithm
XAdES: The digest algorithm used to hash ds:Reference. -
signatureAlgorithm
SignatureAlgorithm signatureAlgorithm
XAdES: The ds:SignatureMethod indicates the algorithms used to sign ds:SignedInfo. -
signatureLevel
SignatureLevel signatureLevel
This variable indicates the expected signature level -
signaturePackaging
SignaturePackaging signaturePackaging
This variable indicates the expected signature packaging -
signatureTimestampParameters
TP extends SerializableTimestampParameters signatureTimestampParameters
The object representing the parameters related to the signature timestamp (Baseline-T) -
signWithExpiredCertificate
boolean signWithExpiredCertificate
This variable indicates if it is possible to sign with an expired certificate.
-
-
-
Class eu.europa.esig.dss.model.BLevelParameters extends Object implements Serializable
-
Serialized Fields
-
claimedSignerRoles
List<String> claimedSignerRoles
-
commitmentTypeIndications
List<String> commitmentTypeIndications
-
signaturePolicy
Policy signaturePolicy
-
signerLocation
SignerLocation signerLocation
-
signingDate
Date signingDate
-
trustAnchorBPPolicy
boolean trustAnchorBPPolicy
This variable indicates if the Baseline profile's trust anchor policy shall be followed: ETSI TS 103 171 V2.1.1 (2012-03) 6.2.1 Placement of the signing certificate ../.. it is advised to include at least the unavailable intermediary certificates up to but not including the CAs present in the TSLs, ../.. This rule applies as follows: when -B level is constructed the trust anchor is not included, when -LT level is constructed the trust anchor is included. NOTE: when trust anchor baseline profile policy is defined only the certificates previous to the trust anchor are included when -B level is constructed.
-
-
-
Class eu.europa.esig.dss.model.CommonDocument extends Object implements Serializable
-
Class eu.europa.esig.dss.model.Digest extends Object implements Serializable
-
Serialized Fields
-
algorithm
DigestAlgorithm algorithm
-
value
byte[] value
-
-
-
Class eu.europa.esig.dss.model.DigestDocument extends CommonDocument implements Serializable
-
Class eu.europa.esig.dss.model.DSSException extends RuntimeException implements Serializable
- serialVersionUID:
- 5375189169063686846L
-
Class eu.europa.esig.dss.model.FileDocument extends CommonDocument implements Serializable
-
Serialized Fields
-
file
File file
-
-
-
Class eu.europa.esig.dss.model.InMemoryDocument extends CommonDocument implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
Class eu.europa.esig.dss.model.MimeType extends Object implements Serializable
-
Serialized Fields
-
mimeTypeString
String mimeTypeString
-
-
-
Class eu.europa.esig.dss.model.Policy extends Object implements Serializable
-
Serialized Fields
-
description
String description
-
digestAlgorithm
DigestAlgorithm digestAlgorithm
-
digestValue
byte[] digestValue
-
id
String id
-
qualifier
String qualifier
-
spuri
String spuri
-
-
-
Class eu.europa.esig.dss.model.SignatureValue extends Object implements Serializable
-
Serialized Fields
-
algorithm
SignatureAlgorithm algorithm
-
value
byte[] value
-
-
-
Class eu.europa.esig.dss.model.SignerLocation extends Object implements Serializable
-
Class eu.europa.esig.dss.model.TimestampParameters extends Object implements Serializable
-
Serialized Fields
-
digestAlgorithm
DigestAlgorithm digestAlgorithm
The digest algorithm to provide to the timestamping authority
-
-
-
Class eu.europa.esig.dss.model.ToBeSigned extends Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
-
Package eu.europa.esig.dss.model.identifier
-
Class eu.europa.esig.dss.model.identifier.EncapsulatedRevocationTokenIdentifier extends MultipleDigestIdentifier implements Serializable
- serialVersionUID:
- -562828035596645649L
-
Class eu.europa.esig.dss.model.identifier.EntityIdentifier extends Identifier implements Serializable
- serialVersionUID:
- -3608001942910223023L
-
Class eu.europa.esig.dss.model.identifier.Identifier extends Object implements Serializable
- serialVersionUID:
- 1440382536669604521L
-
Class eu.europa.esig.dss.model.identifier.MultipleDigestIdentifier extends Identifier implements Serializable
- serialVersionUID:
- 8499261315144968564L
-
Serialized Fields
-
binaries
byte[] binaries
-
digestMap
EnumMap<DigestAlgorithm,byte[]> digestMap
-
-
Class eu.europa.esig.dss.model.identifier.TokenIdentifier extends MultipleDigestIdentifier implements Serializable
- serialVersionUID:
- 1201653840828853681L
-
-
Package eu.europa.esig.dss.model.x509
-
Class eu.europa.esig.dss.model.x509.CertificateToken extends Token implements Serializable
-
Serialized Fields
-
canonicalizedSubject
String canonicalizedSubject
-
entityKey
EntityIdentifier entityKey
Digest of the public key (cross certificates have same public key) -
selfSigned
Boolean selfSigned
Indicates if the certificate is self-signed. This attribute stays null till the first call toCertificateToken.isSelfSigned()function. -
x509Certificate
X509Certificate x509Certificate
Encapsulated X509 certificate.
-
-
-
Class eu.europa.esig.dss.model.x509.EncapsulatedCertificateTokenIdentifier extends MultipleDigestIdentifier implements Serializable
- serialVersionUID:
- 1075872220912450038L
-
Class eu.europa.esig.dss.model.x509.Token extends Object implements Serializable
-
Serialized Fields
-
publicKeyOfTheSigner
PublicKey publicKeyOfTheSigner
The publicKey of the signed certificate(s) -
signatureAlgorithm
SignatureAlgorithm signatureAlgorithm
The algorithm that was used to sign the token. -
signatureInvalidityReason
String signatureInvalidityReason
Indicates the token signature invalidity reason. -
signatureValidity
SignatureValidity signatureValidity
Indicates a status of token's signature Method isSignedBy(CertificateToken) must be called in order to obtain a signature validity Default: NOT_EVALUATED -
tokenIdentifier
TokenIdentifier tokenIdentifier
The token identifier to avoid to compute more than one time the digest value
-
-
-
Class eu.europa.esig.dss.model.x509.TokenComparator extends Object implements Serializable
- serialVersionUID:
- -6552184098542873764L
-
-
Package eu.europa.esig.dss.pades
-
Class eu.europa.esig.dss.pades.PAdESSignatureParameters extends CAdESSignatureParameters implements Serializable
- serialVersionUID:
- -1632557456487796227L
-
Serialized Fields
-
contactInfo
String contactInfo
-
location
String location
-
permission
CertificationPermission permission
This attribute allows to create a "certification signature". That allows to remove permission(s) in case of future change(s). -
reason
String reason
-
signatureFieldId
String signatureFieldId
-
signatureFilter
String signatureFilter
This attribute allows to override the used Filter for a Signature. Default value is Adobe.PPKLite -
signatureImageParameters
SignatureImageParameters signatureImageParameters
This attribute is used to create visible signature in PAdES form -
signatureSize
int signatureSize
-
signatureSubFilter
String signatureSubFilter
This attribute allows to override the used subFilter for a Signature. Default value is ETSI.CAdES.detached -
signerName
String signerName
This attribute allows to explicitly specify the SignerName (name for the Signature). The person or authority signing the document.
-
-
Class eu.europa.esig.dss.pades.PAdESTimestampParameters extends CAdESTimestampParameters implements Serializable
-
Serialized Fields
-
timestampDate
Date timestampDate
Date of the timestamp -
timestampFieldId
String timestampFieldId
This attribute used to define a field ID where the timestamp must be placed to -
timestampFilter
String timestampFilter
This attribute allows to override the used Filter for a Timestamp. Default value is Adobe.PPKLite -
timestampImageParameters
SignatureImageParameters timestampImageParameters
This attribute is used to create a visible timestamp in PAdES form -
timestampSize
int timestampSize
This attribute define a length of a reserved space for the timestamp inside a /Contents attribute Default value is 9472 (from PDFBox) -
timestampSubFilter
String timestampSubFilter
This attribute allows to override the used subFilter for a Timestamp. Default value is ETSI.RFC3161
-
-
-
-
Package eu.europa.esig.dss.pades.signature
-
Class eu.europa.esig.dss.pades.signature.PAdESService extends AbstractSignatureService<PAdESSignatureParameters,PAdESTimestampParameters> implements Serializable
-
Serialized Fields
-
padesCMSSignedDataBuilder
eu.europa.esig.dss.pades.signature.PadesCMSSignedDataBuilder padesCMSSignedDataBuilder
-
pdfObjFactory
IPdfObjFactory pdfObjFactory
-
-
-
-
Package eu.europa.esig.dss.pades.validation
-
Class eu.europa.esig.dss.pades.validation.PAdESCertificateSource extends CAdESCertificateSource implements Serializable
-
Serialized Fields
-
dssDictionary
PdfDssDict dssDictionary
-
-
-
Class eu.europa.esig.dss.pades.validation.PAdESCRLSource extends SignatureCRLSource implements Serializable
-
Serialized Fields
-
crlMap
Map<Long,byte[]> crlMap
-
dssDictionary
PdfDssDict dssDictionary
-
signedAttributes
org.bouncycastle.asn1.cms.AttributeTable signedAttributes
-
vriDictionaryName
String vriDictionaryName
-
-
-
Class eu.europa.esig.dss.pades.validation.PAdESOCSPSource extends SignatureOCSPSource implements Serializable
-
Serialized Fields
-
dssDictionary
PdfDssDict dssDictionary
-
signedAttributes
org.bouncycastle.asn1.cms.AttributeTable signedAttributes
-
vriDictionaryName
String vriDictionaryName
-
-
-
Class eu.europa.esig.dss.pades.validation.PAdESSignature extends CAdESSignature implements Serializable
- serialVersionUID:
- 3818555396958720967L
-
Serialized Fields
-
document
DSSDocument document
-
pdfSignatureRevision
PdfSignatureRevision pdfSignatureRevision
-
-
Class eu.europa.esig.dss.pades.validation.PAdESTimestampSource extends CAdESTimestampSource implements Serializable
-
-
Package eu.europa.esig.dss.pdf
-
Class eu.europa.esig.dss.pdf.PdfRevisionComparator extends Object implements Serializable
- serialVersionUID:
- 1451660656464810618L
-
-
Package eu.europa.esig.dss.policy.jaxb
-
Class eu.europa.esig.dss.policy.jaxb.Algo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.policy.jaxb.AlgoExpirationDate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.policy.jaxb.BasicSignatureConstraints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
caCertificate
CertificateConstraints caCertificate
-
cryptographic
CryptographicConstraint cryptographic
-
manifestEntryObjectExistence
LevelConstraint manifestEntryObjectExistence
-
prospectiveCertificateChain
LevelConstraint prospectiveCertificateChain
-
referenceDataExistence
LevelConstraint referenceDataExistence
-
referenceDataIntact
LevelConstraint referenceDataIntact
-
signatureDuplicated
LevelConstraint signatureDuplicated
-
signatureIntact
LevelConstraint signatureIntact
-
signatureValid
LevelConstraint signatureValid
-
signerInformationStore
LevelConstraint signerInformationStore
-
signingCertificate
CertificateConstraints signingCertificate
-
trustedServiceStatus
MultiValuesConstraint trustedServiceStatus
-
trustedServiceTypeIdentifier
MultiValuesConstraint trustedServiceTypeIdentifier
-
-
Class eu.europa.esig.dss.policy.jaxb.CertificateConstraints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
authorityInfoAccessPresent
LevelConstraint authorityInfoAccessPresent
-
commonName
MultiValuesConstraint commonName
-
country
MultiValuesConstraint country
-
cryptographic
CryptographicConstraint cryptographic
-
extendedKeyUsage
MultiValuesConstraint extendedKeyUsage
-
givenName
MultiValuesConstraint givenName
-
issuedToLegalPerson
LevelConstraint issuedToLegalPerson
-
issuedToNaturalPerson
LevelConstraint issuedToNaturalPerson
-
keyUsage
MultiValuesConstraint keyUsage
-
notExpired
LevelConstraint notExpired
-
notOnHold
LevelConstraint notOnHold
-
notRevoked
LevelConstraint notRevoked
-
notSelfSigned
LevelConstraint notSelfSigned
-
organizationName
MultiValuesConstraint organizationName
-
organizationUnit
MultiValuesConstraint organizationUnit
-
policyIds
MultiValuesConstraint policyIds
-
pseudonym
MultiValuesConstraint pseudonym
-
qcStatementIds
MultiValuesConstraint qcStatementIds
-
qualification
LevelConstraint qualification
-
recognition
LevelConstraint recognition
-
revocationCertHashMatch
LevelConstraint revocationCertHashMatch
-
revocationDataAvailable
LevelConstraint revocationDataAvailable
-
revocationDataFreshness
LevelConstraint revocationDataFreshness
-
revocationDataNextUpdatePresent
LevelConstraint revocationDataNextUpdatePresent
-
revocationInfoAccessPresent
LevelConstraint revocationInfoAccessPresent
-
selfSigned
LevelConstraint selfSigned
-
serialNumberPresent
LevelConstraint serialNumberPresent
-
signature
LevelConstraint signature
-
supportedByQSCD
LevelConstraint supportedByQSCD
-
surname
MultiValuesConstraint surname
-
usePseudonym
LevelConstraint usePseudonym
-
-
Class eu.europa.esig.dss.policy.jaxb.ConstraintsParameters extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
containerConstraints
ContainerConstraints containerConstraints
-
counterSignatureConstraints
SignatureConstraints counterSignatureConstraints
-
cryptographic
CryptographicConstraint cryptographic
-
description
String description
-
eidas
EIDAS eidas
-
model
ModelConstraint model
-
name
String name
-
revocation
RevocationConstraints revocation
-
signatureConstraints
SignatureConstraints signatureConstraints
-
timestamp
TimestampConstraints timestamp
-
-
Class eu.europa.esig.dss.policy.jaxb.ContainerConstraints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptableContainerTypes
MultiValuesConstraint acceptableContainerTypes
-
acceptableMimeTypeFileContent
MultiValuesConstraint acceptableMimeTypeFileContent
-
acceptableZipComment
MultiValuesConstraint acceptableZipComment
-
allFilesSigned
LevelConstraint allFilesSigned
-
manifestFilePresent
LevelConstraint manifestFilePresent
-
mimeTypeFilePresent
LevelConstraint mimeTypeFilePresent
-
zipCommentPresent
LevelConstraint zipCommentPresent
-
-
Class eu.europa.esig.dss.policy.jaxb.CryptographicConstraint extends LevelConstraint implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptableDigestAlgo
ListAlgo acceptableDigestAlgo
-
acceptableEncryptionAlgo
ListAlgo acceptableEncryptionAlgo
-
algoExpirationDate
AlgoExpirationDate algoExpirationDate
-
miniPublicKeySize
ListAlgo miniPublicKeySize
-
-
Class eu.europa.esig.dss.policy.jaxb.EIDAS extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tlConsistency
LevelConstraint tlConsistency
-
tlFreshness
TimeConstraint tlFreshness
-
tlNotExpired
LevelConstraint tlNotExpired
-
tlVersion
ValueConstraint tlVersion
-
tlWellSigned
LevelConstraint tlWellSigned
-
-
Class eu.europa.esig.dss.policy.jaxb.LevelConstraint extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
level
Level level
-
-
Class eu.europa.esig.dss.policy.jaxb.ListAlgo extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.policy.jaxb.ModelConstraint extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Model value
-
-
Class eu.europa.esig.dss.policy.jaxb.MultiValuesConstraint extends LevelConstraint implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.policy.jaxb.RevocationConstraints extends LevelConstraint implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
basicSignatureConstraints
BasicSignatureConstraints basicSignatureConstraints
-
revocationFreshness
TimeConstraint revocationFreshness
-
-
Class eu.europa.esig.dss.policy.jaxb.SignatureConstraints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptableFormats
MultiValuesConstraint acceptableFormats
-
acceptablePolicies
MultiValuesConstraint acceptablePolicies
-
basicSignatureConstraints
BasicSignatureConstraints basicSignatureConstraints
-
fullScope
LevelConstraint fullScope
-
policyAvailable
LevelConstraint policyAvailable
-
policyHashMatch
LevelConstraint policyHashMatch
-
signedAttributes
SignedAttributesConstraints signedAttributes
-
structuralValidation
LevelConstraint structuralValidation
-
unsignedAttributes
UnsignedAttributesConstraints unsignedAttributes
-
-
Class eu.europa.esig.dss.policy.jaxb.SignedAttributesConstraints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certDigestMatch
LevelConstraint certDigestMatch
-
certDigestPresent
LevelConstraint certDigestPresent
-
certifiedRoles
MultiValuesConstraint certifiedRoles
-
claimedRoles
MultiValuesConstraint claimedRoles
-
commitmentTypeIndication
MultiValuesConstraint commitmentTypeIndication
-
contentHints
ValueConstraint contentHints
-
contentIdentifier
ValueConstraint contentIdentifier
-
contentTimeStamp
LevelConstraint contentTimeStamp
-
contentType
ValueConstraint contentType
-
issuerSerialMatch
LevelConstraint issuerSerialMatch
-
messageDigestOrSignedPropertiesPresent
LevelConstraint messageDigestOrSignedPropertiesPresent
-
signerLocation
LevelConstraint signerLocation
-
signingCertificatePresent
LevelConstraint signingCertificatePresent
-
signingTime
LevelConstraint signingTime
-
-
Class eu.europa.esig.dss.policy.jaxb.TimeConstraint extends LevelConstraint implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.policy.jaxb.TimestampConstraints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
basicSignatureConstraints
BasicSignatureConstraints basicSignatureConstraints
-
bestSignatureTimeBeforeIssuanceDateOfSigningCertificate
LevelConstraint bestSignatureTimeBeforeIssuanceDateOfSigningCertificate
-
coherence
LevelConstraint coherence
-
revocationTimeAgainstBestSignatureTime
LevelConstraint revocationTimeAgainstBestSignatureTime
-
timestampDelay
TimeConstraint timestampDelay
-
-
Class eu.europa.esig.dss.policy.jaxb.UnsignedAttributesConstraints extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
counterSignature
LevelConstraint counterSignature
-
-
Class eu.europa.esig.dss.policy.jaxb.ValueConstraint extends LevelConstraint implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
value
String value
-
-
-
Package eu.europa.esig.dss.service.crl
-
Class eu.europa.esig.dss.service.crl.JdbcCacheCRLSource extends JdbcRevocationSource<CRLToken> implements Serializable
- serialVersionUID:
- 3007740140330998336L
-
Class eu.europa.esig.dss.service.crl.OnlineCRLSource extends Object implements Serializable
- serialVersionUID:
- 6912729291417315212L
-
Serialized Fields
-
dataLoader
DataLoader dataLoader
The component that allows to retrieve the data using any protocol: HTTP, HTTPS, FTP, LDAP. -
preferredProtocol
Protocol preferredProtocol
If the multiple protocols are available to retrieve the revocation data, then that indicated by this variable is used first.
-
-
-
Package eu.europa.esig.dss.service.http.commons
-
Class eu.europa.esig.dss.service.http.commons.CommonsDataLoader extends Object implements Serializable
- serialVersionUID:
- -805432648564425522L
-
Serialized Fields
-
acceptedHttpStatus
List<Integer> acceptedHttpStatus
-
authenticationMap
Map<org.apache.http.HttpHost,org.apache.http.auth.UsernamePasswordCredentials> authenticationMap
-
connectionsMaxPerRoute
int connectionsMaxPerRoute
-
connectionsMaxTotal
int connectionsMaxTotal
-
contentType
String contentType
-
hostnameVerifier
HostnameVerifier hostnameVerifier
-
loadKeyStoreAsTrustMaterial
boolean loadKeyStoreAsTrustMaterial
-
proxyConfig
ProxyConfig proxyConfig
-
redirectsEnabled
boolean redirectsEnabled
-
retryHandler
org.apache.http.client.HttpRequestRetryHandler retryHandler
-
serviceUnavailableRetryStrategy
org.apache.http.client.ServiceUnavailableRetryStrategy serviceUnavailableRetryStrategy
-
sslKeystore
DSSDocument sslKeystore
Keystore for SSL. -
sslKeystorePassword
String sslKeystorePassword
Keystore's password. -
sslKeystoreType
String sslKeystoreType
Keystore's type. -
sslProtocol
String sslProtocol
Used SSL protocol -
sslTruststore
DSSDocument sslTruststore
TrustStore for SSL. -
sslTruststorePassword
String sslTruststorePassword
Truststore's password. -
sslTruststoreType
String sslTruststoreType
Trust store's type -
supportedSSLCipherSuites
String[] supportedSSLCipherSuites
-
supportedSSLProtocols
String[] supportedSSLProtocols
-
timeoutConnection
int timeoutConnection
-
timeoutSocket
int timeoutSocket
-
trustStrategy
org.apache.http.conn.ssl.TrustStrategy trustStrategy
-
-
Class eu.europa.esig.dss.service.http.commons.FileCacheDataLoader extends Object implements Serializable
- serialVersionUID:
- 1028849693098211169L
-
Serialized Fields
-
cacheExpirationTime
Long cacheExpirationTime
-
dataLoader
DataLoader dataLoader
-
fileCacheDirectory
File fileCacheDirectory
-
resourceLoader
ResourceLoader resourceLoader
-
toBeLoaded
List<String> toBeLoaded
-
toIgnored
List<String> toIgnored
-
-
Class eu.europa.esig.dss.service.http.commons.OCSPDataLoader extends CommonsDataLoader implements Serializable
-
Class eu.europa.esig.dss.service.http.commons.TimestampDataLoader extends CommonsDataLoader implements Serializable
-
-
Package eu.europa.esig.dss.service.ocsp
-
Class eu.europa.esig.dss.service.ocsp.JdbcCacheOCSPSource extends JdbcRevocationSource<OCSPToken> implements Serializable
- serialVersionUID:
- 10480458323923489L
-
Class eu.europa.esig.dss.service.ocsp.OnlineOCSPSource extends Object implements Serializable
-
Serialized Fields
-
certIDDigestAlgorithm
DigestAlgorithm certIDDigestAlgorithm
The DigestAlgorithm to be used in hash calculation for CertID on a request building -
dataLoader
DataLoader dataLoader
The data loader used to retrieve the OCSP response. -
nonceSource
NonceSource nonceSource
This variable is used to prevent the replay attack.
-
-
-
-
Package eu.europa.esig.dss.service.tsp
-
Class eu.europa.esig.dss.service.tsp.OnlineTSPSource extends Object implements Serializable
- serialVersionUID:
- 2327302822894625162L
-
Serialized Fields
-
dataLoader
DataLoader dataLoader
The data loader used to retrieve the TSP response. -
nonceSource
NonceSource nonceSource
This variable is used to prevent the replay attack. -
policyOid
org.bouncycastle.asn1.ASN1ObjectIdentifier policyOid
The requested policy oid -
tspServer
String tspServer
The URL of the TSP server
-
-
-
Package eu.europa.esig.dss.signature
-
Class eu.europa.esig.dss.signature.AbstractSignatureService extends Object implements Serializable
-
Serialized Fields
-
certificateVerifier
CertificateVerifier certificateVerifier
-
tspSource
TSPSource tspSource
-
-
-
-
Package eu.europa.esig.dss.simplecertificatereport.jaxb
-
Class eu.europa.esig.dss.simplecertificatereport.jaxb.XmlChainItem extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
aiaUrls
List<String> aiaUrls
-
cpsUrls
List<String> cpsUrls
-
crlUrls
List<String> crlUrls
-
extendedKeyUsages
List<String> extendedKeyUsages
-
id
String id
-
indication
Indication indication
-
issuerId
String issuerId
-
keyUsages
List<KeyUsageBit> keyUsages
-
notAfter
Date notAfter
-
notBefore
Date notBefore
-
ocspUrls
List<String> ocspUrls
-
pdsUrls
List<String> pdsUrls
-
qualificationAtIssuance
CertificateQualification qualificationAtIssuance
-
qualificationAtValidation
CertificateQualification qualificationAtValidation
-
revocation
XmlRevocation revocation
-
subIndication
SubIndication subIndication
-
subject
XmlSubject subject
-
trustAnchors
List<XmlTrustAnchor> trustAnchors
-
-
Class eu.europa.esig.dss.simplecertificatereport.jaxb.XmlRevocation extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
productionDate
Date productionDate
-
revocationDate
Date revocationDate
-
revocationReason
RevocationReason revocationReason
-
-
Class eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSimpleCertificateReport extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
chain
List<XmlChainItem> chain
-
validationTime
Date validationTime
-
-
Class eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSubject extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.simplecertificatereport.jaxb.XmlTrustAnchor extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package eu.europa.esig.dss.simplereport.jaxb
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlCertificate extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlCertificateChain extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificate
List<XmlCertificate> certificate
-
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlSignature extends XmlToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bestSignatureTime
Date bestSignatureTime
-
counterSignature
Boolean counterSignature
-
parentId
String parentId
-
signatureFormat
SignatureLevel signatureFormat
-
signatureLevel
XmlSignatureLevel signatureLevel
-
signatureScope
List<XmlSignatureScope> signatureScope
-
signedBy
String signedBy
-
signingTime
Date signingTime
-
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlSignatureLevel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
value
SignatureQualification value
-
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlSignatureScope extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlSimpleReport extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlTimestamp extends XmlToken implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
producedBy
String producedBy
-
productionTime
Date productionTime
-
timestampLevel
XmlTimestampLevel timestampLevel
-
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlTimestampLevel extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
value
TimestampQualification value
-
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlToken extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateChain
XmlCertificateChain certificateChain
-
errors
List<String> errors
-
filename
String filename
-
id
String id
-
indication
Indication indication
-
infos
List<String> infos
-
subIndication
SubIndication subIndication
-
warnings
List<String> warnings
-
-
Class eu.europa.esig.dss.simplereport.jaxb.XmlValidationPolicy extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package eu.europa.esig.dss.spi.client.http
-
Class eu.europa.esig.dss.spi.client.http.IgnoreDataLoader extends Object implements Serializable
- serialVersionUID:
- -1808691070503805042L
-
Class eu.europa.esig.dss.spi.client.http.MemoryDataLoader extends Object implements Serializable
- serialVersionUID:
- -2899281917849499181L
-
Class eu.europa.esig.dss.spi.client.http.NativeHTTPDataLoader extends Object implements Serializable
-
Serialized Fields
-
maxInputSize
long maxInputSize
-
timeout
long timeout
Timeout of the full request processing time (send and retrieve data).
-
-
-
-
Package eu.europa.esig.dss.spi.exception
-
Class eu.europa.esig.dss.spi.exception.DSSDataLoaderMultipleException extends DSSExternalResourceException implements Serializable
- serialVersionUID:
- 4981228392826668216L
-
Class eu.europa.esig.dss.spi.exception.DSSExternalResourceException extends DSSException implements Serializable
- serialVersionUID:
- 8290929546359871166L
-
-
Package eu.europa.esig.dss.spi.tsl
-
Class eu.europa.esig.dss.spi.tsl.LOTLInfo extends TLInfo implements Serializable
- serialVersionUID:
- -8969562861281744320L
-
Class eu.europa.esig.dss.spi.tsl.OtherTSLPointer extends Object implements Serializable
- serialVersionUID:
- 3015076999802292662L
-
Serialized Fields
-
certificates
List<CertificateToken> certificates
-
location
String location
-
-
Class eu.europa.esig.dss.spi.tsl.PivotInfo extends LOTLInfo implements Serializable
- serialVersionUID:
- 1724138551018429654L
-
Serialized Fields
-
certificateStatusMap
Map<CertificateToken,CertificatePivotStatus> certificateStatusMap
-
lotlLocation
String lotlLocation
-
-
Class eu.europa.esig.dss.spi.tsl.TLInfo extends Object implements Serializable
- serialVersionUID:
- -1505115221927652721L
-
Serialized Fields
-
downloadCacheInfo
DownloadInfoRecord downloadCacheInfo
-
parsingCacheInfo
ParsingInfoRecord parsingCacheInfo
-
url
String url
Address of the source -
validationCacheInfo
ValidationInfoRecord validationCacheInfo
-
-
Class eu.europa.esig.dss.spi.tsl.TrustedListsCertificateSource extends CommonTrustedCertificateSource implements Serializable
-
Serialized Fields
-
summary
TLValidationJobSummary summary
-
trustPropertiesByEntity
Map<String,List<TrustProperties>> trustPropertiesByEntity
-
-
-
Class eu.europa.esig.dss.spi.tsl.TrustService extends Object implements Serializable
- serialVersionUID:
- -7162121430380199621L
-
Serialized Fields
-
certificates
List<CertificateToken> certificates
-
status
TimeDependentValues<TrustServiceStatusAndInformationExtensions> status
-
-
Class eu.europa.esig.dss.spi.tsl.TrustServiceProvider extends Object implements Serializable
- serialVersionUID:
- -2690449134555769275L
-
Serialized Fields
-
electronicAddresses
Map<String,List<String>> electronicAddresses
-
information
Map<String,String> information
-
names
Map<String,List<String>> names
Key = lang List = values / lang -
postalAddresses
Map<String,String> postalAddresses
-
registrationIdentifiers
List<String> registrationIdentifiers
-
services
List<TrustService> services
-
territory
String territory
-
tradeNames
Map<String,List<String>> tradeNames
-
-
Class eu.europa.esig.dss.spi.tsl.TrustServiceStatusAndInformationExtensions extends BaseTimeDependent implements Serializable
- serialVersionUID:
- 7869738443424437560L
-
Serialized Fields
-
additionalServiceInfoUris
List<String> additionalServiceInfoUris
-
conditionsForQualifiers
List<ConditionForQualifiers> conditionsForQualifiers
-
expiredCertsRevocationInfo
Date expiredCertsRevocationInfo
-
names
Map<String,List<String>> names
Key = lang List = values / lang -
serviceSupplyPoints
List<String> serviceSupplyPoints
-
status
String status
-
type
String type
-
-
-
Package eu.europa.esig.dss.spi.tsl.identifier
-
Class eu.europa.esig.dss.spi.tsl.identifier.AbstractTLIdentifier extends MultipleDigestIdentifier implements Serializable
- serialVersionUID:
- -250692069626295484L
-
Class eu.europa.esig.dss.spi.tsl.identifier.LOTLIdentifier extends AbstractTLIdentifier implements Serializable
- serialVersionUID:
- 8038937216737566183L
-
Class eu.europa.esig.dss.spi.tsl.identifier.PivotIdentifier extends AbstractTLIdentifier implements Serializable
- serialVersionUID:
- 1005934627070196126L
-
Class eu.europa.esig.dss.spi.tsl.identifier.TrustedListIdentifier extends AbstractTLIdentifier implements Serializable
- serialVersionUID:
- -527724241662081489L
-
-
Package eu.europa.esig.dss.spi.util
-
Class eu.europa.esig.dss.spi.util.BaseTimeDependent extends Object implements Serializable
- serialVersionUID:
- -6972849560865304279L
-
-
Package eu.europa.esig.dss.spi.x509
-
Class eu.europa.esig.dss.spi.x509.AlternateUrlsSourceAdapter extends Object implements Serializable
- serialVersionUID:
- 3375119421036319160L
-
Serialized Fields
-
alternateUrls
List<String> alternateUrls
-
wrappedSource
RevocationSourceAlternateUrlsSupport<T extends RevocationToken> wrappedSource
-
-
Class eu.europa.esig.dss.spi.x509.CertificatePool extends Object implements Serializable
- serialVersionUID:
- -3933224032299663242L
-
Class eu.europa.esig.dss.spi.x509.CommonCertificateSource extends Object implements Serializable
-
Serialized Fields
-
certificateTokens
List<CertificateToken> certificateTokens
The list of all encapsulated certificate tokens for the current source. -
certPool
CertificatePool certPool
This variable represents the certificate pool with all encapsulated certificates
-
-
-
Class eu.europa.esig.dss.spi.x509.CommonTrustedCertificateSource extends CommonCertificateSource implements Serializable
-
Class eu.europa.esig.dss.spi.x509.KeyStoreCertificateSource extends CommonCertificateSource implements Serializable
-
Serialized Fields
-
keyStore
KeyStore keyStore
-
passwordProtection
KeyStore.PasswordProtection passwordProtection
-
-
-
-
Package eu.europa.esig.dss.spi.x509.revocation
-
Class eu.europa.esig.dss.spi.x509.revocation.CompositeRevocationSource extends Object implements Serializable
- serialVersionUID:
- 8870377682436878544L
-
Serialized Fields
-
revocationSources
List<RevocationSource<T extends RevocationToken>> revocationSources
-
-
Class eu.europa.esig.dss.spi.x509.revocation.JdbcRevocationSource extends RepositoryRevocationSource<T extends RevocationToken> implements Serializable
- serialVersionUID:
- 8752226611048306095L
-
Class eu.europa.esig.dss.spi.x509.revocation.RepositoryRevocationSource extends Object implements Serializable
- serialVersionUID:
- 8116937707098957391L
-
Serialized Fields
-
defaultNextUpdateDelay
Long defaultNextUpdateDelay
Default cache delay in case of null nextUpdate in the revocation data -
maxNextUpdateDelay
Long maxNextUpdateDelay
Maximum cache delay for the revocation data -
proxiedSource
OnlineRevocationSource<T extends RevocationToken> proxiedSource
-
removeExpired
boolean removeExpired
If true, removes revocation tokens from DB with nextUpdate before the current date
-
-
Class eu.europa.esig.dss.spi.x509.revocation.RevocationException extends DSSException implements Serializable
- serialVersionUID:
- -1698070921903310881L
-
Class eu.europa.esig.dss.spi.x509.revocation.RevocationRef extends Object implements Serializable
- serialVersionUID:
- 7313118727647264457L
-
Serialized Fields
-
digest
Digest digest
-
dssId
String dssId
-
origins
Set<RevocationRefOrigin> origins
-
-
Class eu.europa.esig.dss.spi.x509.revocation.RevocationToken extends Token implements Serializable
-
Serialized Fields
-
archiveCutOff
Date archiveCutOff
-
available
boolean available
This boolean shows if the online resource is available -
certHashMatch
boolean certHashMatch
Represents if the certHash extension from an OCSP Response is match with the related certificate's hash (optional) -
certHashPresent
boolean certHashPresent
Represents if the certHash extension from an OCSP Response is present (optional) -
expiredCertsOnCRL
Date expiredCertsOnCRL
-
nextUpdate
Date nextUpdate
Represents the next update date of the CRL or null for OCSP response. -
origins
Set<RevocationOrigin> origins
Origins of the revocation data (signature or external) -
productionDate
Date productionDate
Represents the production date of the OCSP response or the thisUpdate in case of CRL. -
reason
RevocationReason reason
The reason of the revocation. -
relatedCertificate
CertificateToken relatedCertificate
RelatedCertificateTokento this revocation object -
revocationDate
Date revocationDate
Represents the revocation date from an X509CRLEntry or from an BasicOCSPResp (if the related certificate is revoked) -
revocationTokenKey
String revocationTokenKey
Revocation Token Key, used forRevocationTokenidentification (i.e. id in DB) -
revocationType
RevocationType revocationType
An identifier referencing a CRL or OCSP response has been used for determining the revocation status. -
sourceURL
String sourceURL
The URL which was used to obtain the revocation data (online). -
status
Boolean status
Contains the revocation status of the token. True if is not revoked, false if is revoked or null if unknown. -
thisUpdate
Date thisUpdate
Represents the this update date of the CRL.
-
-
-
-
Package eu.europa.esig.dss.spi.x509.revocation.crl
-
Class eu.europa.esig.dss.spi.x509.revocation.crl.CRLRef extends RevocationRef implements Serializable
- serialVersionUID:
- -6785644604097791548L
-
Serialized Fields
-
crlIssuedTime
Date crlIssuedTime
-
crlIssuer
org.bouncycastle.asn1.x500.X500Name crlIssuer
-
crlNumber
BigInteger crlNumber
-
-
Class eu.europa.esig.dss.spi.x509.revocation.crl.CRLToken extends RevocationToken implements Serializable
- serialVersionUID:
- 1934492191629483078L
-
Serialized Fields
-
crlValidity
CRLValidity crlValidity
The reference to the relatedCRLValidity
-
-
Class eu.europa.esig.dss.spi.x509.revocation.crl.ExternalResourcesCRLSource extends OfflineCRLSource implements Serializable
- serialVersionUID:
- -985602836642741439L
-
Class eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource extends Object implements Serializable
-
Serialized Fields
-
crlBinaryOriginsMap
Map<CRLBinary,Set<RevocationOrigin>> crlBinaryOriginsMap
ThisMapcontains all collected CRL binaries with a set of their origins -
crlValidityMap
Map<String,CRLValidity> crlValidityMap
ThisHashMapcontains theCRLValidityobject for each pair of crl's id + issuer token idString. It is used for performance reasons. -
validCRLTokenList
Map<CertificateToken,CRLToken> validCRLTokenList
-
-
-
-
Package eu.europa.esig.dss.spi.x509.revocation.ocsp
-
Class eu.europa.esig.dss.spi.x509.revocation.ocsp.ExternalResourcesOCSPSource extends OfflineOCSPSource implements Serializable
-
Class eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRef extends RevocationRef implements Serializable
- serialVersionUID:
- -4757221403735075782L
-
Serialized Fields
-
producedAt
Date producedAt
-
responderId
ResponderId responderId
-
-
Class eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPResponseBinary extends EncapsulatedRevocationTokenIdentifier implements Serializable
- serialVersionUID:
- 6693521503459405568L
-
Class eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPToken extends RevocationToken implements Serializable
-
Serialized Fields
-
basicOCSPResp
org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp
The encapsulated basic OCSP response. -
certificateToken
CertificateToken certificateToken
-
issuerCertificateToken
CertificateToken issuerCertificateToken
-
nonceMatch
boolean nonceMatch
The sent nonce matched with the received one -
responseStatus
OCSPRespStatus responseStatus
Status of the OCSP response -
useNonce
boolean useNonce
The OCSP request contained a nonce
-
-
-
Class eu.europa.esig.dss.spi.x509.revocation.ocsp.OfflineOCSPSource extends Object implements Serializable
-
Serialized Fields
-
ocspResponseOriginsMap
Map<OCSPResponseBinary,Set<RevocationOrigin>> ocspResponseOriginsMap
ThisMapcontains all collected OCSP responses with a set of their origins
-
-
-
-
Package eu.europa.esig.dss.spi.x509.tsp
-
Class eu.europa.esig.dss.spi.x509.tsp.CompositeTSPSource extends Object implements Serializable
- serialVersionUID:
- 948088043702414489L
-
-
Package eu.europa.esig.dss.tsl.dto
-
Class eu.europa.esig.dss.tsl.dto.AbstractCacheDTO extends Object implements Serializable
- serialVersionUID:
- -8787039602635778771L
-
Serialized Fields
-
cacheState
CacheStateEnum cacheState
-
exceptionFirstOccurrenceTime
Date exceptionFirstOccurrenceTime
-
exceptionLastOccurrenceTime
Date exceptionLastOccurrenceTime
-
exceptionMessage
String exceptionMessage
-
exceptionStackTrace
String exceptionStackTrace
-
lastStateTransitionTime
Date lastStateTransitionTime
-
lastSuccessSynchronizationTime
Date lastSuccessSynchronizationTime
-
resultExist
boolean resultExist
-
-
Class eu.europa.esig.dss.tsl.dto.DownloadCacheDTO extends AbstractCacheDTO implements Serializable
- serialVersionUID:
- 514589372769360786L
-
Class eu.europa.esig.dss.tsl.dto.ParsingCacheDTO extends AbstractCacheDTO implements Serializable
- serialVersionUID:
- 5464908480606825440L
-
Serialized Fields
-
distributionPoints
List<String> distributionPoints
-
issueDate
Date issueDate
-
lotlOtherPointers
List<OtherTSLPointer> lotlOtherPointers
-
nextUpdateDate
Date nextUpdateDate
-
pivotUrls
List<String> pivotUrls
-
sequenceNumber
Integer sequenceNumber
-
signingCertificateAnnouncementUrl
String signingCertificateAnnouncementUrl
-
territory
String territory
-
tlOtherPointers
List<OtherTSLPointer> tlOtherPointers
-
trustServiceProviders
List<TrustServiceProvider> trustServiceProviders
-
version
Integer version
-
-
Class eu.europa.esig.dss.tsl.dto.ValidationCacheDTO extends AbstractCacheDTO implements Serializable
- serialVersionUID:
- -4534009898186648431L
-
Serialized Fields
-
indication
Indication indication
-
potentialSigners
List<CertificateToken> potentialSigners
-
signingCertificate
CertificateToken signingCertificate
-
signingTime
Date signingTime
-
subIndication
SubIndication subIndication
-
-
-
Package eu.europa.esig.dss.tsl.dto.condition
-
Class eu.europa.esig.dss.tsl.dto.condition.CertSubjectDNAttributeCondition extends Object implements Serializable
- serialVersionUID:
- 5941353274395443267L
-
Class eu.europa.esig.dss.tsl.dto.condition.CompositeCondition extends Object implements Serializable
- serialVersionUID:
- -3756905347291887068L
-
Class eu.europa.esig.dss.tsl.dto.condition.ExtendedKeyUsageCondition extends Object implements Serializable
- serialVersionUID:
- -5969735320082024885L
-
Class eu.europa.esig.dss.tsl.dto.condition.KeyUsageCondition extends Object implements Serializable
- serialVersionUID:
- -5078159553328523044L
-
Serialized Fields
-
bit
KeyUsageBit bit
-
value
boolean value
-
-
Class eu.europa.esig.dss.tsl.dto.condition.PolicyIdCondition extends Object implements Serializable
- serialVersionUID:
- 7590885101177874819L
-
Serialized Fields
-
policyOid
String policyOid
PolicyOid to be checked if present in the certificate's policies
-
-
-
Package eu.europa.esig.dss.validation
-
Class eu.europa.esig.dss.validation.CAdESCertificateSource extends CMSCertificateSource implements Serializable
-
Serialized Fields
-
keyInfoCertificates
List<CertificateToken> keyInfoCertificates
Cached values -
signingCertificateValues
List<CertificateRef> signingCertificateValues
-
-
-
Class eu.europa.esig.dss.validation.CandidatesForSigningCertificate extends Object implements Serializable
- serialVersionUID:
- 7965288455045066076L
-
Serialized Fields
-
certificateValidityList
List<CertificateValidity> certificateValidityList
This list contains the candidates for the signing certificate. -
theCertificateValidity
CertificateValidity theCertificateValidity
This field contains the reference to the signing certificate with its validity. This reference is set after the signature verification.
-
-
Class eu.europa.esig.dss.validation.CertificateRef extends Object implements Serializable
- serialVersionUID:
- -325165164194282066L
-
Serialized Fields
-
certDigest
Digest certDigest
-
dssId
String dssId
-
issuerInfo
IssuerSerialInfo issuerInfo
-
origin
CertificateRefOrigin origin
-
-
Class eu.europa.esig.dss.validation.CertificateValidity extends Object implements Serializable
- serialVersionUID:
- -8840096915238342503L
-
Serialized Fields
-
attributePresent
boolean attributePresent
-
certificateToken
CertificateToken certificateToken
-
digestEqual
boolean digestEqual
-
digestPresent
boolean digestPresent
-
distinguishedNameEqual
boolean distinguishedNameEqual
-
publicKey
PublicKey publicKey
This field is used when only the public key is available (non AdES signature) -
serialNumberEqual
boolean serialNumberEqual
-
signerIdMatch
boolean signerIdMatch
-
signerInfo
SignerInfo signerInfo
-
-
Class eu.europa.esig.dss.validation.CMSCertificateSource extends SignatureCertificateSource implements Serializable
-
Class eu.europa.esig.dss.validation.CMSCRLSource extends SignatureCRLSource implements Serializable
-
Class eu.europa.esig.dss.validation.CMSOCSPSource extends SignatureOCSPSource implements Serializable
-
Serialized Fields
-
signedDataOCSPIdentifiers
List<OCSPResponseBinary> signedDataOCSPIdentifiers
Cached list ofOCSPResponseBinarys found in SignedData attribute
-
-
-
Class eu.europa.esig.dss.validation.DataIdentifier extends Identifier implements Serializable
- serialVersionUID:
- -9023635708755646223L
-
Class eu.europa.esig.dss.validation.DefaultAdvancedSignature extends Object implements Serializable
- serialVersionUID:
- 6452189007886779360L
-
Serialized Fields
-
candidatesForSigningCertificate
CandidatesForSigningCertificate candidatesForSigningCertificate
The reference to the object containing all candidates to the signing certificate. -
certPool
CertificatePool certPool
This is the reference to the global (external) pool of certificates. All encapsulated certificates in the signature are added to this pool. SeeCertificatePool -
containerContents
List<DSSDocument> containerContents
In case of a ASiC signature this is the archive or manifest content. -
detachedContents
List<DSSDocument> detachedContents
In case of a detached signature this is the signed document. -
manifestFiles
List<ManifestFile> manifestFiles
In case of a ASiC-E signature this is the list of found manifest files. -
masterSignature
AdvancedSignature masterSignature
-
offlineCertificateSource
SignatureCertificateSource offlineCertificateSource
-
providedSigningCertificateToken
CertificateToken providedSigningCertificateToken
In the case of a non AdES signature the signing certificate is not mandatory within the signature and can be provided by the driving application. -
referenceValidations
List<ReferenceValidation> referenceValidations
This variable contains a list of reference validations (reference tag for XAdES or message-digest for CAdES) -
signatureCRLSource
SignatureCRLSource signatureCRLSource
-
signatureCryptographicVerification
SignatureCryptographicVerification signatureCryptographicVerification
This variable contains the result of the signature mathematical validation. It is initialised when the methodcheckSignatureIntegrityis called. -
signatureFilename
String signatureFilename
-
signatureIdentifier
SignatureIdentifier signatureIdentifier
-
signatureOCSPSource
SignatureOCSPSource signatureOCSPSource
-
signaturePolicy
SignaturePolicy signaturePolicy
-
signatureScopes
List<SignatureScope> signatureScopes
-
signatureTimestampSource
SignatureTimestampSource signatureTimestampSource
-
structureValidation
String structureValidation
-
-
Class eu.europa.esig.dss.validation.ListCRLSource extends Object implements Serializable
-
Serialized Fields
-
sources
List<OfflineCRLSource> sources
-
-
-
Class eu.europa.esig.dss.validation.ListOCSPSource extends Object implements Serializable
-
Serialized Fields
-
sources
List<OfflineOCSPSource> sources
-
-
-
Class eu.europa.esig.dss.validation.ReferenceValidation extends Object implements Serializable
- serialVersionUID:
- 1303869856995695436L
-
Serialized Fields
-
dependentReferenceValidations
List<ReferenceValidation> dependentReferenceValidations
-
digest
Digest digest
-
found
boolean found
-
intact
boolean intact
-
name
String name
-
transforms
List<String> transforms
-
type
DigestMatcherType type
-
-
Class eu.europa.esig.dss.validation.SignatureCertificateSource extends CommonCertificateSource implements Serializable
-
Serialized Fields
-
certificateRefs
List<CertificateRef> certificateRefs
Contains a list of all foundCertificateRefs -
orphanCertificateRefs
List<CertificateRef> orphanCertificateRefs
List of orphanCertificateRefs
-
-
-
Class eu.europa.esig.dss.validation.SignatureCRLSource extends OfflineCRLSource implements Serializable
-
Serialized Fields
-
adbeRevocationValuesCRLs
List<CRLToken> adbeRevocationValuesCRLs
-
attributeRevocationValuesCRLs
List<CRLToken> attributeRevocationValuesCRLs
-
cmsSignedDataCRLs
List<CRLToken> cmsSignedDataCRLs
-
crlRefs
List<CRLRef> crlRefs
-
crlTokenMap
Map<CRLBinary,List<CRLToken>> crlTokenMap
-
dssDictionaryCRLs
List<CRLToken> dssDictionaryCRLs
-
orphanRevocationRefsCRLs
List<CRLRef> orphanRevocationRefsCRLs
-
revocationValuesCRLs
List<CRLToken> revocationValuesCRLs
-
timestampRevocationValuesCRLs
List<CRLToken> timestampRevocationValuesCRLs
-
timestampSignedDataCRLs
List<CRLToken> timestampSignedDataCRLs
-
timestampValidationDataCRLs
List<CRLToken> timestampValidationDataCRLs
-
vriDictionaryCRLs
List<CRLToken> vriDictionaryCRLs
-
-
-
Class eu.europa.esig.dss.validation.SignatureCryptographicVerification extends Object implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
-
referenceDataFound
boolean referenceDataFound
-
referenceDataIntact
boolean referenceDataIntact
-
signatureIntact
boolean signatureIntact
This can be true but thesignatureValidcan be false
-
-
-
Class eu.europa.esig.dss.validation.SignatureIdentifier extends Identifier implements Serializable
- serialVersionUID:
- -6700888325973167656L
-
Class eu.europa.esig.dss.validation.SignatureOCSPSource extends OfflineOCSPSource implements Serializable
-
Serialized Fields
-
adbeRevocationValuesOCSPs
List<OCSPToken> adbeRevocationValuesOCSPs
-
attributeRevocationValuesOCSPs
List<OCSPToken> attributeRevocationValuesOCSPs
-
cmsSignedDataOCSPs
List<OCSPToken> cmsSignedDataOCSPs
-
dssDictionaryOCSPs
List<OCSPToken> dssDictionaryOCSPs
-
ocspRefs
List<OCSPRef> ocspRefs
-
ocspTokenMap
Map<OCSPResponseBinary,OCSPToken> ocspTokenMap
-
revocationRefsMap
Map<OCSPToken,Set<OCSPRef>> revocationRefsMap
-
revocationValuesOCSPs
List<OCSPToken> revocationValuesOCSPs
-
timestampRevocationValuesOCSPs
List<OCSPToken> timestampRevocationValuesOCSPs
-
timestampSignedDataOCSPs
List<OCSPToken> timestampSignedDataOCSPs
-
timestampValidationDataOCSPs
List<OCSPToken> timestampValidationDataOCSPs
-
vriDictionaryOCSPs
List<OCSPToken> vriDictionaryOCSPs
-
-
-
Class eu.europa.esig.dss.validation.SignatureProductionPlace extends Object implements Serializable
-
-
Package eu.europa.esig.dss.validation.process.vpfltvd
-
Class eu.europa.esig.dss.validation.process.vpfltvd.TimestampByGenerationTimeComparator extends Object implements Serializable
- serialVersionUID:
- -9130280943645913494L
-
-
Package eu.europa.esig.dss.validation.process.vpfswatsp
-
Class eu.europa.esig.dss.validation.process.vpfswatsp.TimestampComparator extends Object implements Serializable
- serialVersionUID:
- -6294844836367054682L
-
-
Package eu.europa.esig.dss.validation.reports
-
Class eu.europa.esig.dss.validation.reports.DSSReportException extends RuntimeException implements Serializable
- serialVersionUID:
- -2849739549071583052L
-
-
Package eu.europa.esig.dss.validation.timestamp
-
Class eu.europa.esig.dss.validation.timestamp.AbstractTimestampSource extends Object implements Serializable
-
Serialized Fields
-
archiveTimestamps
List<TimestampToken> archiveTimestamps
-
certificateMap
Map<String,List<CertificateToken>> certificateMap
-
certificatePool
CertificatePool certificatePool
-
contentTimestamps
List<TimestampToken> contentTimestamps
-
crlSource
ListCRLSource crlSource
Revocation sources containing merged data from timestamps -
ocspSource
ListOCSPSource ocspSource
-
refsOnlyTimestamps
List<TimestampToken> refsOnlyTimestamps
-
sigAndRefsTimestamps
List<TimestampToken> sigAndRefsTimestamps
-
signatureCertificateSource
SignatureCertificateSource signatureCertificateSource
Sources obtained from a signature object -
signatureCRLSource
SignatureCRLSource signatureCRLSource
-
signatureId
String signatureId
-
signatureOCSPSource
SignatureOCSPSource signatureOCSPSource
-
signatureTimestamps
List<TimestampToken> signatureTimestamps
-
timestampCertificateSource
CommonCertificateSource timestampCertificateSource
Local timestamp source to store certificate values found in timestamps
-
-
-
Class eu.europa.esig.dss.validation.timestamp.TimestampCertificateSource extends CAdESCertificateSource implements Serializable
-
Class eu.europa.esig.dss.validation.timestamp.TimestampCRLSource extends CMSCRLSource implements Serializable
-
Class eu.europa.esig.dss.validation.timestamp.TimestampedReference extends Object implements Serializable
- serialVersionUID:
- -6147592379027843583L
-
Serialized Fields
-
category
TimestampedObjectType category
-
objectId
String objectId
-
-
Class eu.europa.esig.dss.validation.timestamp.TimestampInclude extends Object implements Serializable
- serialVersionUID:
- 8557108386646000784L
-
Serialized Fields
-
referencedData
boolean referencedData
-
uri
String uri
-
-
Class eu.europa.esig.dss.validation.timestamp.TimestampOCSPSource extends CMSOCSPSource implements Serializable
-
Class eu.europa.esig.dss.validation.timestamp.TimestampToken extends Token implements Serializable
-
Serialized Fields
-
archiveTimestampType
ArchiveTimestampType archiveTimestampType
Defines for archive timestamp its type. -
canonicalizationMethod
String canonicalizationMethod
This attribute is used for XAdES timestamps. It indicates the canonicalization method used before creating the digest. -
certificateSource
TimestampCertificateSource certificateSource
-
crlSource
TimestampCRLSource crlSource
-
fileName
String fileName
In case a detached timestamp -
hashCode
int hashCode
This attribute is used only with XAdES timestamps. It represents the hash code of the DOM element containing the timestamp. It's an internal attribute which allows to unambiguously identify a timestamp. -
manifestFile
ManifestFile manifestFile
-
messageImprint
Digest messageImprint
-
messageImprintData
boolean messageImprintData
-
messageImprintIntact
Boolean messageImprintIntact
-
ocspSource
TimestampOCSPSource ocspSource
-
pdfRevision
PdfRevision pdfRevision
-
processed
boolean processed
-
timeStamp
org.bouncycastle.tsp.TimeStampToken timeStamp
-
timestampedReferences
List<TimestampedReference> timestampedReferences
-
timestampIncludes
List<TimestampInclude> timestampIncludes
In case of XAdES IndividualDataObjectsTimeStamp, Includes shall be specified -
timestampLocation
TimestampLocation timestampLocation
-
timestampScopes
List<SignatureScope> timestampScopes
Only present for detached timestamps; -
timeStampType
TimestampType timeStampType
-
tsaX500Principal
X500Principal tsaX500Principal
-
-
-
Class eu.europa.esig.dss.validation.timestamp.TimeStampTokenProductionComparator extends Object implements Serializable
- serialVersionUID:
- 4125423970411266861L
-
-
Package eu.europa.esig.dss.ws.cert.validation.dto
-
Class eu.europa.esig.dss.ws.cert.validation.dto.CertificateReportsDTO extends Object implements Serializable
- serialVersionUID:
- 6655102454289129851L
-
Serialized Fields
-
detailedReport
XmlDetailedReport detailedReport
-
diagnosticData
XmlDiagnosticData diagnosticData
-
simpleCertificateReport
XmlSimpleCertificateReport simpleCertificateReport
-
-
-
Package eu.europa.esig.dss.ws.cert.validation.rest
-
Class eu.europa.esig.dss.ws.cert.validation.rest.RestCertificateValidationServiceImpl extends Object implements Serializable
-
Serialized Fields
-
validationService
RemoteCertificateValidationService validationService
-
-
-
-
Package eu.europa.esig.dss.ws.cert.validation.rest.client
-
Package eu.europa.esig.dss.ws.cert.validation.soap
-
Class eu.europa.esig.dss.ws.cert.validation.soap.SoapCertificateValidationServiceImpl extends Object implements Serializable
-
Serialized Fields
-
validationService
RemoteCertificateValidationService validationService
-
-
-
-
Package eu.europa.esig.dss.ws.cert.validation.soap.client
-
Class eu.europa.esig.dss.ws.cert.validation.soap.client.WSCertificateReportsDTO extends Object implements Serializable
-
Serialized Fields
-
detailedReport
XmlDetailedReport detailedReport
-
diagnosticData
XmlDiagnosticData diagnosticData
-
simpleCertificateReport
XmlSimpleCertificateReport simpleCertificateReport
-
-
-
-
Package eu.europa.esig.dss.ws.dto
-
Class eu.europa.esig.dss.ws.dto.DigestDTO extends Object implements Serializable
-
Serialized Fields
-
algorithm
DigestAlgorithm algorithm
-
value
byte[] value
-
-
-
Class eu.europa.esig.dss.ws.dto.RemoteCertificate extends Object implements Serializable
-
Serialized Fields
-
encodedCertificate
byte[] encodedCertificate
-
-
-
Class eu.europa.esig.dss.ws.dto.RemoteDocument extends Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
-
digestAlgorithm
DigestAlgorithm digestAlgorithm
-
name
String name
-
-
-
Class eu.europa.esig.dss.ws.dto.SignatureValueDTO extends Object implements Serializable
-
Serialized Fields
-
algorithm
SignatureAlgorithm algorithm
-
value
byte[] value
-
-
-
Class eu.europa.esig.dss.ws.dto.TimestampIncludeDTO extends Object implements Serializable
- serialVersionUID:
- -6910516846531402711L
-
Serialized Fields
-
referencedData
boolean referencedData
-
uri
String uri
-
-
Class eu.europa.esig.dss.ws.dto.ToBeSignedDTO extends Object implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
-
-
-
-
Package eu.europa.esig.dss.ws.dto.exception
-
Class eu.europa.esig.dss.ws.dto.exception.DSSRemoteServiceException extends RuntimeException implements Serializable
- serialVersionUID:
- 7836605176128624553L
-
-
Package eu.europa.esig.dss.ws.server.signing.dto
-
Class eu.europa.esig.dss.ws.server.signing.dto.RemoteKeyEntry extends Object implements Serializable
-
Serialized Fields
-
alias
String alias
-
certificate
RemoteCertificate certificate
-
certificateChain
RemoteCertificate[] certificateChain
-
encryptionAlgo
EncryptionAlgorithm encryptionAlgo
-
-
-
-
Package eu.europa.esig.dss.ws.server.signing.rest
-
Class eu.europa.esig.dss.ws.server.signing.rest.RestSignatureTokenConnectionImpl extends Object implements Serializable
-
Serialized Fields
-
token
RemoteSignatureTokenConnection token
-
-
-
-
Package eu.europa.esig.dss.ws.server.signing.rest.client
-
Package eu.europa.esig.dss.ws.server.signing.soap
-
Class eu.europa.esig.dss.ws.server.signing.soap.SoapSignatureTokenConnectionImpl extends Object implements Serializable
-
Serialized Fields
-
token
RemoteSignatureTokenConnection token
-
-
-
-
Package eu.europa.esig.dss.ws.server.signing.soap.client
-
Package eu.europa.esig.dss.ws.signature.common
-
Class eu.europa.esig.dss.ws.signature.common.RemoteDocumentSignatureServiceImpl extends AbstractRemoteSignatureServiceImpl implements Serializable
-
Serialized Fields
-
asicWithCAdESService
DocumentSignatureService<ASiCWithCAdESSignatureParameters,ASiCWithCAdESTimestampParameters> asicWithCAdESService
-
asicWithXAdESService
DocumentSignatureService<ASiCWithXAdESSignatureParameters,XAdESTimestampParameters> asicWithXAdESService
-
cadesService
DocumentSignatureService<CAdESSignatureParameters,CAdESTimestampParameters> cadesService
-
padesService
DocumentSignatureService<PAdESSignatureParameters,PAdESTimestampParameters> padesService
-
xadesService
DocumentSignatureService<XAdESSignatureParameters,XAdESTimestampParameters> xadesService
-
-
-
Class eu.europa.esig.dss.ws.signature.common.RemoteMultipleDocumentsSignatureServiceImpl extends AbstractRemoteSignatureServiceImpl implements Serializable
-
Serialized Fields
-
asicWithCAdESService
MultipleDocumentsSignatureService<ASiCWithCAdESSignatureParameters,ASiCWithCAdESTimestampParameters> asicWithCAdESService
-
asicWithXAdESService
MultipleDocumentsSignatureService<ASiCWithXAdESSignatureParameters,XAdESTimestampParameters> asicWithXAdESService
-
xadesService
MultipleDocumentsSignatureService<XAdESSignatureParameters,XAdESTimestampParameters> xadesService
-
-
-
-
Package eu.europa.esig.dss.ws.signature.dto
-
Class eu.europa.esig.dss.ws.signature.dto.AbstractSignDocumentDTO extends Object implements Serializable
-
Serialized Fields
-
parameters
RemoteSignatureParameters parameters
-
signatureValue
SignatureValueDTO signatureValue
-
-
-
Class eu.europa.esig.dss.ws.signature.dto.DataToSignMultipleDocumentsDTO extends AbstractDataToSignDTO implements Serializable
-
Serialized Fields
-
toSignDocuments
List<RemoteDocument> toSignDocuments
-
-
-
Class eu.europa.esig.dss.ws.signature.dto.DataToSignOneDocumentDTO extends AbstractDataToSignDTO implements Serializable
-
Serialized Fields
-
toSignDocument
RemoteDocument toSignDocument
-
-
-
Class eu.europa.esig.dss.ws.signature.dto.ExtendDocumentDTO extends Object implements Serializable
-
Serialized Fields
-
parameters
RemoteSignatureParameters parameters
-
toExtendDocument
RemoteDocument toExtendDocument
-
-
-
Class eu.europa.esig.dss.ws.signature.dto.SignMultipleDocumentDTO extends AbstractSignDocumentDTO implements Serializable
-
Serialized Fields
-
toSignDocuments
List<RemoteDocument> toSignDocuments
-
-
-
Class eu.europa.esig.dss.ws.signature.dto.SignOneDocumentDTO extends AbstractSignDocumentDTO implements Serializable
-
Serialized Fields
-
toSignDocument
RemoteDocument toSignDocument
-
-
-
-
Package eu.europa.esig.dss.ws.signature.dto.parameters
-
Class eu.europa.esig.dss.ws.signature.dto.parameters.RemoteBLevelParameters extends Object implements Serializable
-
Serialized Fields
-
claimedSignerRoles
List<String> claimedSignerRoles
-
commitmentTypeIndications
List<String> commitmentTypeIndications
-
policyDescription
String policyDescription
-
policyDigestAlgorithm
DigestAlgorithm policyDigestAlgorithm
-
policyDigestValue
byte[] policyDigestValue
-
policyId
String policyId
-
policyQualifier
String policyQualifier
-
policySpuri
String policySpuri
-
signerLocationCountry
String signerLocationCountry
-
signerLocationLocality
String signerLocationLocality
-
signerLocationPostalAddress
List<String> signerLocationPostalAddress
-
signerLocationPostalCode
String signerLocationPostalCode
-
signerLocationStateOrProvince
String signerLocationStateOrProvince
-
signerLocationStreet
String signerLocationStreet
-
signingDate
Date signingDate
-
trustAnchorBPPolicy
boolean trustAnchorBPPolicy
This variable indicates if the Baseline profile's trust anchor policy shall be followed: ETSI TS 103 171 V2.1.1 (2012-03) 6.2.1 Placement of the signing certificate ../.. it is advised to include at least the unavailable intermediary certificates up to but not including the CAs present in the TSLs, ../.. This rule applies as follows: when -B level is constructed the trust anchor is not included, when -LT level is constructed the trust anchor is included. NOTE: when trust anchor baseline profile policy is defined only the certificates previous to the trust anchor are included when -B level is constructed.
-
-
-
Class eu.europa.esig.dss.ws.signature.dto.parameters.RemoteSignatureParameters extends Object implements Serializable
-
Serialized Fields
-
archiveTimestampParameters
RemoteTimestampParameters archiveTimestampParameters
The object represents the parameters related to the archive timestamp (Baseline-LTA) -
asicContainerType
ASiCContainerType asicContainerType
ASiC Container type -
bLevelParams
RemoteBLevelParameters bLevelParams
The object representing the parameters related to B- level. -
certificateChain
List<RemoteCertificate> certificateChain
-
contentTimestampParameters
RemoteTimestampParameters contentTimestampParameters
The object represents the parameters related to the content timestamp (Baseline-B) -
contentTimestamps
List<TimestampDTO> contentTimestamps
This object represents the list of content timestamps to be added into the signature. -
detachedContents
List<RemoteDocument> detachedContents
The documents to be signed -
digestAlgorithm
DigestAlgorithm digestAlgorithm
XAdES: The digest algorithm used to hash ds:SignedInfo. -
encryptionAlgorithm
EncryptionAlgorithm encryptionAlgorithm
The encryption algorithm shall be automatically extracted from the signing token. -
generateTBSWithoutCertificate
boolean generateTBSWithoutCertificate
This variable indicates if it is possible to generate ToBeSigned data without the signing certificate. -
maskGenerationFunction
MaskGenerationFunction maskGenerationFunction
The mask generation function -
referenceDigestAlgorithm
DigestAlgorithm referenceDigestAlgorithm
XAdES: The digest algorithm used to hash ds:Reference. -
signatureAlgorithm
SignatureAlgorithm signatureAlgorithm
XAdES: The ds:SignatureMethod indicates the algorithms used to sign ds:SignedInfo. -
signatureLevel
SignatureLevel signatureLevel
This variable indicates the expected signature level -
signaturePackaging
SignaturePackaging signaturePackaging
This variable indicates the expected signature packaging -
signatureTimestampParameters
RemoteTimestampParameters signatureTimestampParameters
The object represents the parameters related to the signature timestamp (Baseline-T) -
signingCertificate
RemoteCertificate signingCertificate
-
signWithExpiredCertificate
boolean signWithExpiredCertificate
This variable indicates if it is possible to sign with an expired certificate.
-
-
-
Class eu.europa.esig.dss.ws.signature.dto.parameters.RemoteTimestampParameters extends Object implements Serializable
-
Serialized Fields
-
canonicalizationMethod
String canonicalizationMethod
This is the default canonicalization method for XMLDSIG used for timestamps. Another complication arises because of the way that the default canonicalization algorithm handles namespace declarations; frequently a signed XML document needs to be embedded in another document; in this case the original canonicalization algorithm will not yield the same result as if the document is treated alone. For this reason, the so-called Exclusive Canonicalization, which serializes XML namespace declarations independently of the surrounding XML, was created. -
digestAlgorithm
DigestAlgorithm digestAlgorithm
The digest algorithm to provide to the timestamping authority -
timestampContainerForm
TimestampContainerForm timestampContainerForm
Specifies format of the output file containing a timestamp
-
-
-
-
Package eu.europa.esig.dss.ws.signature.rest
-
Class eu.europa.esig.dss.ws.signature.rest.RestDocumentSignatureServiceImpl extends AbstractRemoteSignatureServiceImpl implements Serializable
-
Serialized Fields
-
service
RemoteDocumentSignatureService service
-
-
-
Class eu.europa.esig.dss.ws.signature.rest.RestMultipleDocumentSignatureServiceImpl extends Object implements Serializable
-
Serialized Fields
-
service
RemoteMultipleDocumentsSignatureService service
-
-
-
-
Package eu.europa.esig.dss.ws.signature.rest.client
-
Package eu.europa.esig.dss.ws.signature.soap
-
Class eu.europa.esig.dss.ws.signature.soap.SoapDocumentSignatureServiceImpl extends Object implements Serializable
-
Serialized Fields
-
service
RemoteDocumentSignatureService service
-
-
-
Class eu.europa.esig.dss.ws.signature.soap.SoapMultipleDocumentsSignatureServiceImpl extends Object implements Serializable
-
Serialized Fields
-
service
RemoteMultipleDocumentsSignatureService service
-
-
-
-
Package eu.europa.esig.dss.ws.signature.soap.client
-
Package eu.europa.esig.dss.ws.timestamp.dto
-
Class eu.europa.esig.dss.ws.timestamp.dto.TimestampResponseDTO extends Object implements Serializable
-
Serialized Fields
-
binaries
byte[] binaries
-
-
-
-
Package eu.europa.esig.dss.ws.timestamp.remote.rest
-
Class eu.europa.esig.dss.ws.timestamp.remote.rest.RestTimestampServiceImpl extends Object implements Serializable
- serialVersionUID:
- -9029828318368575716L
-
Serialized Fields
-
timestampService
RemoteTimestampService timestampService
-
-
-
Package eu.europa.esig.dss.ws.timestamp.remote.rest.client
-
Package eu.europa.esig.dss.ws.timestamp.remote.soap
-
Class eu.europa.esig.dss.ws.timestamp.remote.soap.SoapTimestampServiceImpl extends Object implements Serializable
- serialVersionUID:
- 7421969260893851663L
-
Serialized Fields
-
timestampService
RemoteTimestampService timestampService
-
-
-
Package eu.europa.esig.dss.ws.timestamp.remote.soap.client
-
Package eu.europa.esig.dss.ws.validation.dto
-
Class eu.europa.esig.dss.ws.validation.dto.WSReportsDTO extends Object implements Serializable
-
Serialized Fields
-
detailedReport
XmlDetailedReport detailedReport
-
diagnosticData
XmlDiagnosticData diagnosticData
-
simpleReport
XmlSimpleReport simpleReport
-
validationReportaDataHandler
DataHandler validationReportaDataHandler
-
-
-
-
Package eu.europa.esig.dss.ws.validation.rest
-
Class eu.europa.esig.dss.ws.validation.rest.RestDocumentValidationServiceImpl extends Object implements Serializable
-
Serialized Fields
-
validationService
RemoteDocumentValidationService validationService
-
-
-
-
Package eu.europa.esig.dss.ws.validation.rest.client
-
Package eu.europa.esig.dss.ws.validation.soap
-
Class eu.europa.esig.dss.ws.validation.soap.SoapDocumentValidationServiceImpl extends Object implements Serializable
-
Serialized Fields
-
validationService
RemoteDocumentValidationService validationService
-
-
-
-
Package eu.europa.esig.dss.ws.validation.soap.client
-
Package eu.europa.esig.dss.xades
-
Class eu.europa.esig.dss.xades.ProfileParameters extends Object implements Serializable
-
Serialized Fields
-
builder
SignatureBuilder builder
-
operationKind
ProfileParameters.Operation operationKind
-
profile
SignatureProfile profile
-
-
-
Class eu.europa.esig.dss.xades.XAdESSignatureParameters extends AbstractSignatureParameters<XAdESTimestampParameters> implements Serializable
-
Serialized Fields
-
addX509SubjectName
boolean addX509SubjectName
This parameter allows to add optional X509SubjectName in the tag X509Data -
context
ProfileParameters context
-
dssReferences
List<DSSReference> dssReferences
-
embedXML
boolean embedXML
In case of ENVELOPING signature, this parameter allows to include the complete XML and not its base64 encoded value NOTE: not compatible withBase64Transform -
en319132
boolean en319132
-
keyInfoCanonicalizationMethod
String keyInfoCanonicalizationMethod
ds:CanonicalizationMethod indicates the canonicalization algorithm: Algorithm="..." for KeyInfo. -
manifestSignature
boolean manifestSignature
This parameter allows to produce Manifest signature (https://www.w3.org/TR/xmldsig-core/#sec-o-Manifest). -
prettyPrint
boolean prettyPrint
If true, prints each signature's tag to a new line with a relevant indent -
rootDocument
Document rootDocument
This attribute is used to inject ASiC root (inclusive canonicalization) -
signedAdESObject
byte[] signedAdESObject
Optional parameter that contains the canonicalized XML of the XAdES object that was digested, referenced from the SigningInfo, and indirectly signed when the signature value was created. If this parameter is specified it will be used in the signed XML document. -
signedInfoCanonicalizationMethod
String signedInfoCanonicalizationMethod
ds:CanonicalizationMethod indicates the canonicalization algorithm: Algorithm="..." for SignedInfo. -
signedPropertiesCanonicalizationMethod
String signedPropertiesCanonicalizationMethod
ds:CanonicalizationMethod indicates the canonicalization algorithm: Algorithm="..." for SignedProperties. -
signingCertificateDigestMethod
DigestAlgorithm signingCertificateDigestMethod
The digest method used to create the digest of the signer's certificate. -
signKeyInfo
boolean signKeyInfo
Optional parameter defining should the "KeyInfo" element be signed. If the value of parameter is TRUE, reference of the "KeyInfo" element will be added to "SignedInfo". FALSE by default. -
xades141Namespace
DSSNamespace xades141Namespace
XAdES 1.4.1 definition -
xadesNamespace
DSSNamespace xadesNamespace
XAdES 1.1.1, 1.2.2 or 1.3.2 definition -
xmldsigNamespace
DSSNamespace xmldsigNamespace
XMLDSig definition -
xPathElementPlacement
XAdESSignatureParameters.XPathElementPlacement xPathElementPlacement
-
xPathLocationString
String xPathLocationString
-
-
-
Class eu.europa.esig.dss.xades.XAdESTimestampParameters extends TimestampParameters implements Serializable
-
Serialized Fields
-
canonicalizationMethod
String canonicalizationMethod
This is the default canonicalization method for XMLDSIG used for timestamps. Another complication arises because of the way that the default canonicalization algorithm handles namespace declarations; frequently a signed XML document needs to be embedded in another document; in this case the original canonicalization algorithm will not yield the same result as if the document is treated alone. For this reason, the so-called Exclusive Canonicalization, which serializes XML namespace declarations independently of the surrounding XML, was created.
-
-
-
-
Package eu.europa.esig.dss.xades.reference
-
Class eu.europa.esig.dss.xades.reference.XAdESReferenceValidation extends ReferenceValidation implements Serializable
- serialVersionUID:
- 2721340360134442005L
-
-
Package eu.europa.esig.dss.xades.signature
-
Class eu.europa.esig.dss.xades.signature.XAdESService extends AbstractSignatureService<XAdESSignatureParameters,XAdESTimestampParameters> implements Serializable
-
-
Package eu.europa.esig.dss.xades.validation
-
Class eu.europa.esig.dss.xades.validation.XAdESCertificateSource extends SignatureCertificateSource implements Serializable
-
Serialized Fields
-
attrAuthoritiesCertValues
List<CertificateToken> attrAuthoritiesCertValues
-
attributeCertificateRefs
List<CertificateRef> attributeCertificateRefs
-
certificateValues
List<CertificateToken> certificateValues
-
completeCertificateRefs
List<CertificateRef> completeCertificateRefs
-
keyInfoCertificates
List<CertificateToken> keyInfoCertificates
Cached values -
signatureElement
Element signatureElement
-
signingCertificateValues
List<CertificateRef> signingCertificateValues
-
timeStampValidationDataCertValues
List<CertificateToken> timeStampValidationDataCertValues
-
xadesPaths
XAdESPaths xadesPaths
-
-
-
Class eu.europa.esig.dss.xades.validation.XAdESCRLSource extends SignatureCRLSource implements Serializable
-
Serialized Fields
-
signatureElement
Element signatureElement
-
xadesPaths
XAdESPaths xadesPaths
-
-
-
Class eu.europa.esig.dss.xades.validation.XAdESOCSPSource extends SignatureOCSPSource implements Serializable
-
Serialized Fields
-
signatureElement
Element signatureElement
-
xadesPaths
XAdESPaths xadesPaths
-
-
-
Class eu.europa.esig.dss.xades.validation.XAdESSignature extends DefaultAdvancedSignature implements Serializable
- serialVersionUID:
- -2639858392612722185L
-
Serialized Fields
-
daIdentifier
String daIdentifier
A signature identifier provided by a Driving Application. -
disableXSWProtection
boolean disableXSWProtection
-
signatureElement
Element signatureElement
-
xadesNamespace
DSSNamespace xadesNamespace
-
xadesPaths
XAdESPaths xadesPaths
-
xadesPathsHolders
List<XAdESPaths> xadesPathsHolders
This variable contains the list ofXAdESPathsadapted to the specific signature schema. -
xmldSigNamespace
DSSNamespace xmldSigNamespace
-
-
Class eu.europa.esig.dss.xades.validation.XAdESTimestampSource extends AbstractTimestampSource<XAdESAttribute> implements Serializable
-
Serialized Fields
-
referenceValidations
List<ReferenceValidation> referenceValidations
-
xadesPaths
XAdESPaths xadesPaths
-
-
-
-
Package eu.europa.esig.trustedlist.jaxb.ecc
-
Class eu.europa.esig.trustedlist.jaxb.ecc.CriteriaListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_assert
Assert _assert
-
criteriaList
List<CriteriaListType> criteriaList
-
description
String description
-
keyUsage
List<KeyUsageType> keyUsage
-
otherCriteriaList
AnyType otherCriteriaList
-
policySet
List<PoliciesListType> policySet
-
-
Class eu.europa.esig.trustedlist.jaxb.ecc.KeyUsageBitType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
KeyUsageBit name
-
value
boolean value
-
-
Class eu.europa.esig.trustedlist.jaxb.ecc.KeyUsageType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keyUsageBit
List<KeyUsageBitType> keyUsageBit
-
-
Class eu.europa.esig.trustedlist.jaxb.ecc.PoliciesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
policyIdentifier
List<ObjectIdentifierType> policyIdentifier
-
-
Class eu.europa.esig.trustedlist.jaxb.ecc.QualificationElementType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
criteriaList
CriteriaListType criteriaList
-
qualifiers
QualifiersType qualifiers
-
-
Class eu.europa.esig.trustedlist.jaxb.ecc.QualificationsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qualificationElement
List<QualificationElementType> qualificationElement
-
-
Class eu.europa.esig.trustedlist.jaxb.ecc.QualifiersType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifier
List<QualifierType> qualifier
-
-
Class eu.europa.esig.trustedlist.jaxb.ecc.QualifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
uri
String uri
-
-
-
Package eu.europa.esig.trustedlist.jaxb.tsl
-
Class eu.europa.esig.trustedlist.jaxb.tsl.AdditionalInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
textualInformationOrOtherInformation
List<Serializable> textualInformationOrOtherInformation
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.AdditionalServiceInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
informationValue
String informationValue
-
otherInformation
AnyType otherInformation
-
uri
NonEmptyMultiLangURIType uri
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.AddressType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
electronicAddress
ElectronicAddressType electronicAddress
-
postalAddresses
PostalAddressListType postalAddresses
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.AnyType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.AttributedNonEmptyURIType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.DigitalIdentityListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digitalId
List<DigitalIdentityType> digitalId
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.DigitalIdentityType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keyValue
KeyValueType keyValue
-
other
AnyType other
-
x509Certificate
byte[] x509Certificate
-
x509SKI
byte[] x509SKI
-
x509SubjectName
String x509SubjectName
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.ElectronicAddressType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
uri
List<NonEmptyMultiLangURIType> uri
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.ExtensionsListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
extension
List<ExtensionType> extension
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.ExtensionType extends AnyType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
critical
boolean critical
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.InternationalNamesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
name
List<MultiLangNormStringType> name
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.MultiLangNormStringType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.MultiLangStringType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.NextUpdateType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dateTime
XMLGregorianCalendar dateTime
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
uri
List<NonEmptyMultiLangURIType> uri
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyURIListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointersType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
otherTSLPointer
List<OtherTSLPointerType> otherTSLPointer
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalInformation
AdditionalInformationType additionalInformation
-
serviceDigitalIdentities
ServiceDigitalIdentityListType serviceDigitalIdentities
-
tslLocation
String tslLocation
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.PolicyOrLegalnoticeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tslLegalNotice
List<MultiLangStringType> tslLegalNotice
-
tslPolicy
List<NonEmptyMultiLangURIType> tslPolicy
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.PostalAddressListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
postalAddress
List<PostalAddressType> postalAddress
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.PostalAddressType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.ServiceDigitalIdentityListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceDigitalIdentity
List<DigitalIdentityListType> serviceDigitalIdentity
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.ServiceHistoryInstanceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceDigitalIdentity
DigitalIdentityListType serviceDigitalIdentity
-
serviceInformationExtensions
ExtensionsListType serviceInformationExtensions
-
serviceName
InternationalNamesType serviceName
-
serviceStatus
String serviceStatus
-
serviceTypeIdentifier
String serviceTypeIdentifier
-
statusStartingTime
XMLGregorianCalendar statusStartingTime
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.ServiceHistoryType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceHistoryInstance
List<ServiceHistoryInstanceType> serviceHistoryInstance
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.ServiceSupplyPointsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceSupplyPoint
List<AttributedNonEmptyURIType> serviceSupplyPoint
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TrustServiceProviderListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TrustStatusListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
schemeInformation
TSLSchemeInformationType schemeInformation
-
signature
SignatureType signature
-
trustServiceProviderList
TrustServiceProviderListType trustServiceProviderList
-
tslTag
String tslTag
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TSLSchemeInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
distributionPoints
NonEmptyURIListType distributionPoints
-
historicalInformationPeriod
BigInteger historicalInformationPeriod
-
listIssueDateTime
XMLGregorianCalendar listIssueDateTime
-
nextUpdate
NextUpdateType nextUpdate
-
pointersToOtherTSL
OtherTSLPointersType pointersToOtherTSL
-
policyOrLegalNotice
PolicyOrLegalnoticeType policyOrLegalNotice
-
schemeExtensions
ExtensionsListType schemeExtensions
-
schemeInformationURI
NonEmptyMultiLangURIListType schemeInformationURI
-
schemeName
InternationalNamesType schemeName
-
schemeOperatorAddress
AddressType schemeOperatorAddress
-
schemeOperatorName
InternationalNamesType schemeOperatorName
-
schemeTerritory
String schemeTerritory
-
schemeTypeCommunityRules
NonEmptyMultiLangURIListType schemeTypeCommunityRules
-
statusDeterminationApproach
String statusDeterminationApproach
-
tslSequenceNumber
BigInteger tslSequenceNumber
-
tslType
String tslType
-
tslVersionIdentifier
BigInteger tslVersionIdentifier
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TSPInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tspAddress
AddressType tspAddress
-
tspInformationExtensions
ExtensionsListType tspInformationExtensions
-
tspInformationURI
NonEmptyMultiLangURIListType tspInformationURI
-
tspName
InternationalNamesType tspName
-
tspTradeName
InternationalNamesType tspTradeName
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
schemeServiceDefinitionURI
NonEmptyMultiLangURIListType schemeServiceDefinitionURI
-
serviceDigitalIdentity
DigitalIdentityListType serviceDigitalIdentity
-
serviceInformationExtensions
ExtensionsListType serviceInformationExtensions
-
serviceName
InternationalNamesType serviceName
-
serviceStatus
String serviceStatus
-
serviceSupplyPoints
ServiceSupplyPointsType serviceSupplyPoints
-
serviceTypeIdentifier
String serviceTypeIdentifier
-
statusStartingTime
XMLGregorianCalendar statusStartingTime
-
tspServiceDefinitionURI
NonEmptyMultiLangURIListType tspServiceDefinitionURI
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TSPServicesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tspService
List<TSPServiceType> tspService
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TSPServiceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
serviceHistory
ServiceHistoryType serviceHistory
-
serviceInformation
TSPServiceInformationType serviceInformation
-
-
Class eu.europa.esig.trustedlist.jaxb.tsl.TSPType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tspInformation
TSPInformationType tspInformation
-
tspServices
TSPServicesListType tspServices
-
-
-
Package eu.europa.esig.trustedlist.jaxb.tslx
-
Class eu.europa.esig.trustedlist.jaxb.tslx.CertSubjectDNAttributeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeOID
List<ObjectIdentifierType> attributeOID
-
-
Class eu.europa.esig.trustedlist.jaxb.tslx.ExtendedKeyUsageType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
keyPurposeId
List<ObjectIdentifierType> keyPurposeId
-
-
Class eu.europa.esig.trustedlist.jaxb.tslx.TakenOverByType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
otherQualifier
List<AnyType> otherQualifier
-
schemeOperatorName
InternationalNamesType schemeOperatorName
-
schemeTerritory
String schemeTerritory
-
tspName
InternationalNamesType tspName
-
uri
NonEmptyMultiLangURIType uri
-
-
-
Package eu.europa.esig.validationreport.jaxb
-
Class eu.europa.esig.validationreport.jaxb.AdditionalValidationReportDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reportData
List<TypedDataType> reportData
-
-
Class eu.europa.esig.validationreport.jaxb.AttributeBaseType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
attributeObject
List<VOReferenceType> attributeObject
-
signed
Boolean signed
-
-
Class eu.europa.esig.validationreport.jaxb.CertificateChainType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
intermediateCertificate
List<VOReferenceType> intermediateCertificate
-
signingCertificate
VOReferenceType signingCertificate
-
trustAnchor
VOReferenceType trustAnchor
-
-
Class eu.europa.esig.validationreport.jaxb.ConstraintStatusType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
overriddenBy
String overriddenBy
-
status
ConstraintStatus status
-
-
Class eu.europa.esig.validationreport.jaxb.CryptoInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
algorithm
String algorithm
-
algorithmParameters
TypedDataType algorithmParameters
-
notAfter
Date notAfter
-
secureAlgorithm
boolean secureAlgorithm
-
validationObjectId
VOReferenceType validationObjectId
-
-
Class eu.europa.esig.validationreport.jaxb.IndividualValidationConstraintReportType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
constraintStatus
ConstraintStatusType constraintStatus
-
indications
Object indications
-
validationConstraintIdentifier
String validationConstraintIdentifier
-
validationConstraintParameter
List<TypedDataType> validationConstraintParameter
-
validationStatus
ValidationStatusType validationStatus
-
-
Class eu.europa.esig.validationreport.jaxb.NsPrefixMappingType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.POEProvisioningType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
poeTime
Date poeTime
-
signatureReference
List<SignatureReferenceType> signatureReference
-
validationObject
List<VOReferenceType> validationObject
-
-
Class eu.europa.esig.validationreport.jaxb.POEType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
poeObject
VOReferenceType poeObject
-
poeTime
Date poeTime
-
typeOfProof
TypeOfProof typeOfProof
-
-
Class eu.europa.esig.validationreport.jaxb.RevocationStatusInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
revocationObject
VOReferenceType revocationObject
-
revocationReason
RevocationReason revocationReason
-
revocationTime
Date revocationTime
-
validationObjectId
VOReferenceType validationObjectId
-
-
Class eu.europa.esig.validationreport.jaxb.SACertIDListType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certID
List<SACertIDType> certID
-
-
Class eu.europa.esig.validationreport.jaxb.SACertIDType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
x509IssuerSerial
byte[] x509IssuerSerial
-
-
Class eu.europa.esig.validationreport.jaxb.SACommitmentTypeIndicationType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
commitmentTypeIdentifier
String commitmentTypeIdentifier
-
-
Class eu.europa.esig.validationreport.jaxb.SAContactInfoType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
contactInfoElement
String contactInfoElement
-
-
Class eu.europa.esig.validationreport.jaxb.SACounterSignatureType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
counterSignature
SignatureReferenceType counterSignature
-
-
Class eu.europa.esig.validationreport.jaxb.SACRLIDType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
-
Class eu.europa.esig.validationreport.jaxb.SADataObjectFormatType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.SADSSType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certs
VOReferenceType certs
-
crLs
VOReferenceType crLs
-
ocsPs
VOReferenceType ocsPs
-
-
Class eu.europa.esig.validationreport.jaxb.SAFilterType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
filter
String filter
-
-
Class eu.europa.esig.validationreport.jaxb.SAMessageDigestType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digest
byte[] digest
-
-
Class eu.europa.esig.validationreport.jaxb.SANameType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nameElement
String nameElement
-
-
Class eu.europa.esig.validationreport.jaxb.SAOCSPIDType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.SAOneSignerRoleType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endorsementType
EndorsementType endorsementType
-
role
String role
-
-
Class eu.europa.esig.validationreport.jaxb.SAReasonType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
reasonElement
String reasonElement
-
-
Class eu.europa.esig.validationreport.jaxb.SARevIDListType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlidOrOCSPID
List<Serializable> crlidOrOCSPID
-
-
Class eu.europa.esig.validationreport.jaxb.SASignatureProductionPlaceType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.SASignerRoleType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
roleDetails
List<SAOneSignerRoleType> roleDetails
-
-
Class eu.europa.esig.validationreport.jaxb.SASigningTimeType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
time
Date time
-
-
Class eu.europa.esig.validationreport.jaxb.SASigPolicyIdentifierType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sigPolicyId
String sigPolicyId
-
-
Class eu.europa.esig.validationreport.jaxb.SASubFilterType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
subFilterElement
String subFilterElement
-
-
Class eu.europa.esig.validationreport.jaxb.SATimestampType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
timeStampValue
Date timeStampValue
-
-
Class eu.europa.esig.validationreport.jaxb.SAVRIType extends AttributeBaseType implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certs
VOReferenceType certs
-
crLs
VOReferenceType crLs
-
ocsPs
VOReferenceType ocsPs
-
ts
SATimestampType ts
-
tu
String tu
-
-
Class eu.europa.esig.validationreport.jaxb.SignatureAttributesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.SignatureIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
daIdentifier
String daIdentifier
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
docHashOnly
boolean docHashOnly
-
hashOnly
boolean hashOnly
-
id
String id
-
signatureValue
SignatureValueType signatureValue
-
-
Class eu.europa.esig.validationreport.jaxb.SignatureQualityType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.SignatureReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
canonicalizationMethod
String canonicalizationMethod
-
digestMethod
String digestMethod
-
digestValue
byte[] digestValue
-
pAdESFieldName
String pAdESFieldName
-
xAdESSignaturePtr
XAdESSignaturePtrType xAdESSignaturePtr
-
-
Class eu.europa.esig.validationreport.jaxb.SignatureValidationPolicyType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
formalPolicyObject
VOReferenceType formalPolicyObject
-
formalPolicyURI
String formalPolicyURI
-
policyName
String policyName
-
readablePolicyURI
String readablePolicyURI
-
signaturePolicyIdentifier
SignaturePolicyIdentifierType signaturePolicyIdentifier
-
-
Class eu.europa.esig.validationreport.jaxb.SignatureValidationProcessType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
any
Object any
-
signatureValidationPracticeStatement
String signatureValidationPracticeStatement
-
signatureValidationProcessID
SignatureValidationProcessID signatureValidationProcessID
-
signatureValidationServicePolicy
String signatureValidationServicePolicy
-
-
Class eu.europa.esig.validationreport.jaxb.SignatureValidationReportType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
any
List<Object> any
-
signatureAttributes
SignatureAttributesType signatureAttributes
-
signatureIdentifier
SignatureIdentifierType signatureIdentifier
-
signatureQuality
SignatureQualityType signatureQuality
-
signatureValidationProcess
SignatureValidationProcessType signatureValidationProcess
-
signatureValidationStatus
ValidationStatusType signatureValidationStatus
-
signerInformation
SignerInformationType signerInformation
-
signersDocument
List<SignersDocumentType> signersDocument
-
validationConstraintsEvaluationReport
ValidationConstraintsEvaluationReportType validationConstraintsEvaluationReport
-
validationTimeInfo
ValidationTimeInfoType validationTimeInfo
-
-
Class eu.europa.esig.validationreport.jaxb.SignatureValidatorType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digitalId
List<DigitalIdentityType> digitalId
-
tspInformation
TSPInformationType tspInformation
-
-
Class eu.europa.esig.validationreport.jaxb.SignerInformationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
any
Object any
-
pseudonym
Boolean pseudonym
-
signer
String signer
-
signerCertificate
VOReferenceType signerCertificate
-
-
Class eu.europa.esig.validationreport.jaxb.SignersDocumentType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
signersDocumentRef
VOReferenceType signersDocumentRef
-
-
Class eu.europa.esig.validationreport.jaxb.TypedDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.ValidationConstraintsEvaluationReportType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signatureValidationPolicy
SignatureValidationPolicyType signatureValidationPolicy
-
validationConstraint
List<IndividualValidationConstraintReportType> validationConstraint
-
-
Class eu.europa.esig.validationreport.jaxb.ValidationObjectListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
validationObject
List<ValidationObjectType> validationObject
-
-
Class eu.europa.esig.validationreport.jaxb.ValidationObjectRepresentationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
base64
byte[] base64
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
direct
Object direct
-
uri
String uri
-
-
Class eu.europa.esig.validationreport.jaxb.ValidationObjectType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
objectType
ObjectType objectType
-
poe
POEType poe
-
poeProvisioning
POEProvisioningType poeProvisioning
-
validationObjectRepresentation
ValidationObjectRepresentationType validationObjectRepresentation
-
validationReport
SignatureValidationReportType validationReport
-
-
Class eu.europa.esig.validationreport.jaxb.ValidationReportDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
additionalValidationReportData
AdditionalValidationReportDataType additionalValidationReportData
-
certificateChain
CertificateChainType certificateChain
-
cryptoInformation
CryptoInformationType cryptoInformation
-
relatedValidationObject
List<VOReferenceType> relatedValidationObject
-
revocationStatusInformation
RevocationStatusInformationType revocationStatusInformation
-
trustAnchor
VOReferenceType trustAnchor
-
-
Class eu.europa.esig.validationreport.jaxb.ValidationReportType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signature
SignatureType signature
-
signatureValidationObjects
ValidationObjectListType signatureValidationObjects
-
signatureValidationReport
List<SignatureValidationReportType> signatureValidationReport
-
signatureValidator
SignatureValidatorType signatureValidator
-
-
Class eu.europa.esig.validationreport.jaxb.ValidationStatusType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedValidationReportData
List<ValidationReportDataType> associatedValidationReportData
-
mainIndication
Indication mainIndication
-
subIndication
List<SubIndication> subIndication
-
-
Class eu.europa.esig.validationreport.jaxb.ValidationTimeInfoType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.VOReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.validationreport.jaxb.XAdESSignaturePtrType extends Object implements Serializable
- serialVersionUID:
- 1L
-
-
Package eu.europa.esig.xades.jaxb.xades111
-
Class eu.europa.esig.xades.jaxb.xades111.AnyType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.CertIDListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cert
List<CertIDType> cert
-
-
Class eu.europa.esig.xades.jaxb.xades111.CertIDType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certDigest
DigestAlgAndValueType certDigest
-
issuerSerial
X509IssuerSerialType issuerSerial
-
-
Class eu.europa.esig.xades.jaxb.xades111.CertificateValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedX509CertificateOrOtherCertificate
List<Serializable> encapsulatedX509CertificateOrOtherCertificate
-
id
String id
-
-
Class eu.europa.esig.xades.jaxb.xades111.CertifiedRolesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certifiedRole
List<EncapsulatedPKIDataType> certifiedRole
-
-
Class eu.europa.esig.xades.jaxb.xades111.ClaimedRolesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.CommitmentTypeIndicationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allSignedDataObjects
Object allSignedDataObjects
-
commitmentTypeId
ObjectIdentifierType commitmentTypeId
-
commitmentTypeQualifiers
CommitmentTypeQualifiersListType commitmentTypeQualifiers
-
objectReference
List<String> objectReference
-
-
Class eu.europa.esig.xades.jaxb.xades111.CommitmentTypeQualifiersListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.CompleteCertificateRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certRefs
CertIDListType certRefs
-
id
String id
-
-
Class eu.europa.esig.xades.jaxb.xades111.CompleteRevocationRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlRefs
CRLRefsType crlRefs
-
id
String id
-
ocspRefs
OCSPRefsType ocspRefs
-
otherRefs
OtherCertStatusRefsType otherRefs
-
-
Class eu.europa.esig.xades.jaxb.xades111.CounterSignatureType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signature
SignatureType signature
-
-
Class eu.europa.esig.xades.jaxb.xades111.CRLIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuer
String issuer
-
issueTime
XMLGregorianCalendar issueTime
-
number
BigInteger number
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades111.CRLRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlRef
List<CRLRefType> crlRef
-
-
Class eu.europa.esig.xades.jaxb.xades111.CRLRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlIdentifier
CRLIdentifierType crlIdentifier
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
-
Class eu.europa.esig.xades.jaxb.xades111.CRLValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedCRLValue
List<EncapsulatedPKIDataType> encapsulatedCRLValue
-
-
Class eu.europa.esig.xades.jaxb.xades111.DataObjectFormatType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
encoding
String encoding
-
mimeType
String mimeType
-
objectIdentifier
ObjectIdentifierType objectIdentifier
-
objectReference
String objectReference
-
-
Class eu.europa.esig.xades.jaxb.xades111.DigestAlgAndValueType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
-
Class eu.europa.esig.xades.jaxb.xades111.DocumentationReferencesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.EncapsulatedPKIDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
value
byte[] value
-
-
Class eu.europa.esig.xades.jaxb.xades111.HashDataInfoType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
transforms
TransformsType transforms
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades111.IdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifier
QualifierType qualifier
-
value
String value
-
-
Class eu.europa.esig.xades.jaxb.xades111.IntegerListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_int
List<BigInteger> _int
-
-
Class eu.europa.esig.xades.jaxb.xades111.NoticeReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
noticeNumbers
IntegerListType noticeNumbers
-
organization
String organization
-
-
Class eu.europa.esig.xades.jaxb.xades111.ObjectIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
documentationReferences
DocumentationReferencesType documentationReferences
-
identifier
IdentifierType identifier
-
-
Class eu.europa.esig.xades.jaxb.xades111.OCSPIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
producedAt
XMLGregorianCalendar producedAt
-
responderID
String responderID
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades111.OCSPRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ocspRef
List<OCSPRefType> ocspRef
-
-
Class eu.europa.esig.xades.jaxb.xades111.OCSPRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
ocspIdentifier
OCSPIdentifierType ocspIdentifier
-
-
Class eu.europa.esig.xades.jaxb.xades111.OCSPValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedOCSPValue
List<EncapsulatedPKIDataType> encapsulatedOCSPValue
-
-
Class eu.europa.esig.xades.jaxb.xades111.OtherCertStatusRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.OtherCertStatusValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.QualifyingPropertiesReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
transforms
TransformsType transforms
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades111.QualifyingPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signedProperties
SignedPropertiesType signedProperties
-
target
String target
-
unsignedProperties
UnsignedPropertiesType unsignedProperties
-
-
Class eu.europa.esig.xades.jaxb.xades111.RevocationValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlValues
CRLValuesType crlValues
-
id
String id
-
ocspValues
OCSPValuesType ocspValues
-
otherValues
OtherCertStatusValuesType otherValues
-
-
Class eu.europa.esig.xades.jaxb.xades111.SignaturePolicyIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signaturePolicyId
SignaturePolicyIdType signaturePolicyId
-
signaturePolicyImplied
Object signaturePolicyImplied
-
-
Class eu.europa.esig.xades.jaxb.xades111.SignaturePolicyIdType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sigPolicyHash
DigestAlgAndValueType sigPolicyHash
-
sigPolicyId
ObjectIdentifierType sigPolicyId
-
sigPolicyQualifiers
SigPolicyQualifiersListType sigPolicyQualifiers
-
transforms
TransformsType transforms
-
-
Class eu.europa.esig.xades.jaxb.xades111.SignatureProductionPlaceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.SignedDataObjectPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allDataObjectsTimeStamp
List<TimeStampType> allDataObjectsTimeStamp
-
commitmentTypeIndication
List<CommitmentTypeIndicationType> commitmentTypeIndication
-
dataObjectFormat
List<DataObjectFormatType> dataObjectFormat
-
individualDataObjectsTimeStamp
List<TimeStampType> individualDataObjectsTimeStamp
-
-
Class eu.europa.esig.xades.jaxb.xades111.SignedPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signedDataObjectProperties
SignedDataObjectPropertiesType signedDataObjectProperties
-
signedSignatureProperties
SignedSignaturePropertiesType signedSignatureProperties
-
-
Class eu.europa.esig.xades.jaxb.xades111.SignedSignaturePropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signaturePolicyIdentifier
SignaturePolicyIdentifierType signaturePolicyIdentifier
-
signatureProductionPlace
SignatureProductionPlaceType signatureProductionPlace
-
signerRole
SignerRoleType signerRole
-
signingCertificate
CertIDListType signingCertificate
-
signingTime
XMLGregorianCalendar signingTime
-
-
Class eu.europa.esig.xades.jaxb.xades111.SignerRoleType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certifiedRoles
CertifiedRolesListType certifiedRoles
-
claimedRoles
ClaimedRolesListType claimedRoles
-
-
Class eu.europa.esig.xades.jaxb.xades111.SigPolicyQualifiersListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.SPUserNoticeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
explicitText
String explicitText
-
noticeRef
NoticeReferenceType noticeRef
-
-
Class eu.europa.esig.xades.jaxb.xades111.TimeStampType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedTimeStamp
EncapsulatedPKIDataType encapsulatedTimeStamp
-
hashDataInfo
List<HashDataInfoType> hashDataInfo
-
xmlTimeStamp
AnyType xmlTimeStamp
-
-
Class eu.europa.esig.xades.jaxb.xades111.UnsignedDataObjectPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades111.UnsignedPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
unsignedDataObjectProperties
UnsignedDataObjectPropertiesType unsignedDataObjectProperties
-
unsignedSignatureProperties
UnsignedSignaturePropertiesType unsignedSignatureProperties
-
-
Class eu.europa.esig.xades.jaxb.xades111.UnsignedSignaturePropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveTimeStamp
List<TimeStampType> archiveTimeStamp
-
certificateValues
CertificateValuesType certificateValues
-
completeCertificateRefs
CompleteCertificateRefsType completeCertificateRefs
-
completeRevocationRefs
CompleteRevocationRefsType completeRevocationRefs
-
counterSignature
List<CounterSignatureType> counterSignature
-
refsOnlyTimeStamp
List<TimeStampType> refsOnlyTimeStamp
-
revocationValues
RevocationValuesType revocationValues
-
sigAndRefsTimeStamp
List<TimeStampType> sigAndRefsTimeStamp
-
signatureTimeStamp
List<TimeStampType> signatureTimeStamp
-
-
-
Package eu.europa.esig.xades.jaxb.xades122
-
Class eu.europa.esig.xades.jaxb.xades122.AnyType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.CertIDListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cert
List<CertIDType> cert
-
-
Class eu.europa.esig.xades.jaxb.xades122.CertIDType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certDigest
DigestAlgAndValueType certDigest
-
issuerSerial
X509IssuerSerialType issuerSerial
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades122.CertificateValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedX509CertificateOrOtherCertificate
List<Serializable> encapsulatedX509CertificateOrOtherCertificate
-
id
String id
-
-
Class eu.europa.esig.xades.jaxb.xades122.CertifiedRolesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certifiedRole
List<EncapsulatedPKIDataType> certifiedRole
-
-
Class eu.europa.esig.xades.jaxb.xades122.ClaimedRolesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.CommitmentTypeIndicationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allSignedDataObjects
Object allSignedDataObjects
-
commitmentTypeId
ObjectIdentifierType commitmentTypeId
-
commitmentTypeQualifiers
CommitmentTypeQualifiersListType commitmentTypeQualifiers
-
objectReference
List<String> objectReference
-
-
Class eu.europa.esig.xades.jaxb.xades122.CommitmentTypeQualifiersListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.CompleteCertificateRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certRefs
CertIDListType certRefs
-
id
String id
-
-
Class eu.europa.esig.xades.jaxb.xades122.CompleteRevocationRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlRefs
CRLRefsType crlRefs
-
id
String id
-
ocspRefs
OCSPRefsType ocspRefs
-
otherRefs
OtherCertStatusRefsType otherRefs
-
-
Class eu.europa.esig.xades.jaxb.xades122.CounterSignatureType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signature
SignatureType signature
-
-
Class eu.europa.esig.xades.jaxb.xades122.CRLIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuer
String issuer
-
issueTime
XMLGregorianCalendar issueTime
-
number
BigInteger number
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades122.CRLRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlRef
List<CRLRefType> crlRef
-
-
Class eu.europa.esig.xades.jaxb.xades122.CRLRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlIdentifier
CRLIdentifierType crlIdentifier
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
-
Class eu.europa.esig.xades.jaxb.xades122.CRLValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedCRLValue
List<EncapsulatedPKIDataType> encapsulatedCRLValue
-
-
Class eu.europa.esig.xades.jaxb.xades122.DataObjectFormatType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
encoding
String encoding
-
mimeType
String mimeType
-
objectIdentifier
ObjectIdentifierType objectIdentifier
-
objectReference
String objectReference
-
-
Class eu.europa.esig.xades.jaxb.xades122.DigestAlgAndValueType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
-
Class eu.europa.esig.xades.jaxb.xades122.DocumentationReferencesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.EncapsulatedPKIDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
value
byte[] value
-
-
Class eu.europa.esig.xades.jaxb.xades122.IdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifier
QualifierType qualifier
-
value
String value
-
-
Class eu.europa.esig.xades.jaxb.xades122.IncludeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.IntegerListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_int
List<BigInteger> _int
-
-
Class eu.europa.esig.xades.jaxb.xades122.NoticeReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
noticeNumbers
IntegerListType noticeNumbers
-
organization
String organization
-
-
Class eu.europa.esig.xades.jaxb.xades122.ObjectIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
documentationReferences
DocumentationReferencesType documentationReferences
-
identifier
IdentifierType identifier
-
-
Class eu.europa.esig.xades.jaxb.xades122.OCSPIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
producedAt
XMLGregorianCalendar producedAt
-
responderID
String responderID
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades122.OCSPRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ocspRef
List<OCSPRefType> ocspRef
-
-
Class eu.europa.esig.xades.jaxb.xades122.OCSPRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
ocspIdentifier
OCSPIdentifierType ocspIdentifier
-
-
Class eu.europa.esig.xades.jaxb.xades122.OCSPValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedOCSPValue
List<EncapsulatedPKIDataType> encapsulatedOCSPValue
-
-
Class eu.europa.esig.xades.jaxb.xades122.OtherCertStatusRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.OtherCertStatusValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.QualifyingPropertiesReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
transforms
TransformsType transforms
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades122.QualifyingPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signedProperties
SignedPropertiesType signedProperties
-
target
String target
-
unsignedProperties
UnsignedPropertiesType unsignedProperties
-
-
Class eu.europa.esig.xades.jaxb.xades122.RevocationValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlValues
CRLValuesType crlValues
-
id
String id
-
ocspValues
OCSPValuesType ocspValues
-
otherValues
OtherCertStatusValuesType otherValues
-
-
Class eu.europa.esig.xades.jaxb.xades122.SignaturePolicyIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signaturePolicyId
SignaturePolicyIdType signaturePolicyId
-
signaturePolicyImplied
Object signaturePolicyImplied
-
-
Class eu.europa.esig.xades.jaxb.xades122.SignaturePolicyIdType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sigPolicyHash
DigestAlgAndValueType sigPolicyHash
-
sigPolicyId
ObjectIdentifierType sigPolicyId
-
sigPolicyQualifiers
SigPolicyQualifiersListType sigPolicyQualifiers
-
transforms
TransformsType transforms
-
-
Class eu.europa.esig.xades.jaxb.xades122.SignatureProductionPlaceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.SignedDataObjectPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allDataObjectsTimeStamp
List<TimeStampType> allDataObjectsTimeStamp
-
commitmentTypeIndication
List<CommitmentTypeIndicationType> commitmentTypeIndication
-
dataObjectFormat
List<DataObjectFormatType> dataObjectFormat
-
individualDataObjectsTimeStamp
List<TimeStampType> individualDataObjectsTimeStamp
-
-
Class eu.europa.esig.xades.jaxb.xades122.SignedPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signedDataObjectProperties
SignedDataObjectPropertiesType signedDataObjectProperties
-
signedSignatureProperties
SignedSignaturePropertiesType signedSignatureProperties
-
-
Class eu.europa.esig.xades.jaxb.xades122.SignedSignaturePropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signaturePolicyIdentifier
SignaturePolicyIdentifierType signaturePolicyIdentifier
-
signatureProductionPlace
SignatureProductionPlaceType signatureProductionPlace
-
signerRole
SignerRoleType signerRole
-
signingCertificate
CertIDListType signingCertificate
-
signingTime
XMLGregorianCalendar signingTime
-
-
Class eu.europa.esig.xades.jaxb.xades122.SignerRoleType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certifiedRoles
CertifiedRolesListType certifiedRoles
-
claimedRoles
ClaimedRolesListType claimedRoles
-
-
Class eu.europa.esig.xades.jaxb.xades122.SigPolicyQualifiersListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.SPUserNoticeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
explicitText
String explicitText
-
noticeRef
NoticeReferenceType noticeRef
-
-
Class eu.europa.esig.xades.jaxb.xades122.TimeStampType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
canonicalizationMethod
CanonicalizationMethodType canonicalizationMethod
-
encapsulatedTimeStamp
EncapsulatedPKIDataType encapsulatedTimeStamp
-
id
String id
-
include
List<IncludeType> include
-
xmlTimeStamp
AnyType xmlTimeStamp
-
-
Class eu.europa.esig.xades.jaxb.xades122.UnsignedDataObjectPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades122.UnsignedPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
unsignedDataObjectProperties
UnsignedDataObjectPropertiesType unsignedDataObjectProperties
-
unsignedSignatureProperties
UnsignedSignaturePropertiesType unsignedSignatureProperties
-
-
Class eu.europa.esig.xades.jaxb.xades122.UnsignedSignaturePropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
archiveTimeStamp
List<TimeStampType> archiveTimeStamp
-
attributeCertificateRefs
CompleteCertificateRefsType attributeCertificateRefs
-
attributeRevocationRefs
CompleteRevocationRefsType attributeRevocationRefs
-
certificateValues
CertificateValuesType certificateValues
-
completeCertificateRefs
CompleteCertificateRefsType completeCertificateRefs
-
completeRevocationRefs
CompleteRevocationRefsType completeRevocationRefs
-
counterSignature
List<CounterSignatureType> counterSignature
-
refsOnlyTimeStamp
List<TimeStampType> refsOnlyTimeStamp
-
revocationValues
RevocationValuesType revocationValues
-
sigAndRefsTimeStamp
List<TimeStampType> sigAndRefsTimeStamp
-
signatureTimeStamp
List<TimeStampType> signatureTimeStamp
-
-
-
Package eu.europa.esig.xades.jaxb.xades132
-
Class eu.europa.esig.xades.jaxb.xades132.AnyType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.CertIDListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
cert
List<CertIDType> cert
-
-
Class eu.europa.esig.xades.jaxb.xades132.CertIDType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certDigest
DigestAlgAndValueType certDigest
-
issuerSerial
X509IssuerSerialType issuerSerial
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades132.CertificateValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedX509CertificateOrOtherCertificate
List<Serializable> encapsulatedX509CertificateOrOtherCertificate
-
id
String id
-
-
Class eu.europa.esig.xades.jaxb.xades132.CertifiedRolesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certifiedRole
List<EncapsulatedPKIDataType> certifiedRole
-
-
Class eu.europa.esig.xades.jaxb.xades132.ClaimedRolesListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.CommitmentTypeIndicationType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allSignedDataObjects
Object allSignedDataObjects
-
commitmentTypeId
ObjectIdentifierType commitmentTypeId
-
commitmentTypeQualifiers
CommitmentTypeQualifiersListType commitmentTypeQualifiers
-
objectReference
List<String> objectReference
-
-
Class eu.europa.esig.xades.jaxb.xades132.CommitmentTypeQualifiersListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.CompleteCertificateRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certRefs
CertIDListType certRefs
-
id
String id
-
-
Class eu.europa.esig.xades.jaxb.xades132.CompleteRevocationRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlRefs
CRLRefsType crlRefs
-
id
String id
-
ocspRefs
OCSPRefsType ocspRefs
-
otherRefs
OtherCertStatusRefsType otherRefs
-
-
Class eu.europa.esig.xades.jaxb.xades132.CounterSignatureType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signature
SignatureType signature
-
-
Class eu.europa.esig.xades.jaxb.xades132.CRLIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
issuer
String issuer
-
issueTime
XMLGregorianCalendar issueTime
-
number
BigInteger number
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades132.CRLRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlRef
List<CRLRefType> crlRef
-
-
Class eu.europa.esig.xades.jaxb.xades132.CRLRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlIdentifier
CRLIdentifierType crlIdentifier
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
-
Class eu.europa.esig.xades.jaxb.xades132.CRLValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedCRLValue
List<EncapsulatedPKIDataType> encapsulatedCRLValue
-
-
Class eu.europa.esig.xades.jaxb.xades132.DataObjectFormatType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
encoding
String encoding
-
mimeType
String mimeType
-
objectIdentifier
ObjectIdentifierType objectIdentifier
-
objectReference
String objectReference
-
-
Class eu.europa.esig.xades.jaxb.xades132.DigestAlgAndValueType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
-
Class eu.europa.esig.xades.jaxb.xades132.DocumentationReferencesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.EncapsulatedPKIDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.GenericTimeStampType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
canonicalizationMethod
CanonicalizationMethodType canonicalizationMethod
-
encapsulatedTimeStampOrXMLTimeStamp
List<Serializable> encapsulatedTimeStampOrXMLTimeStamp
-
id
String id
-
include
List<IncludeType> include
-
referenceInfo
List<ReferenceInfoType> referenceInfo
-
-
Class eu.europa.esig.xades.jaxb.xades132.IdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
qualifier
QualifierType qualifier
-
value
String value
-
-
Class eu.europa.esig.xades.jaxb.xades132.IncludeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.IntegerListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_int
List<BigInteger> _int
-
-
Class eu.europa.esig.xades.jaxb.xades132.NoticeReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
noticeNumbers
IntegerListType noticeNumbers
-
organization
String organization
-
-
Class eu.europa.esig.xades.jaxb.xades132.ObjectIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
documentationReferences
DocumentationReferencesType documentationReferences
-
identifier
IdentifierType identifier
-
-
Class eu.europa.esig.xades.jaxb.xades132.OCSPIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
producedAt
XMLGregorianCalendar producedAt
-
responderID
ResponderIDType responderID
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades132.OCSPRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
ocspRef
List<OCSPRefType> ocspRef
-
-
Class eu.europa.esig.xades.jaxb.xades132.OCSPRefType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestAlgAndValue
DigestAlgAndValueType digestAlgAndValue
-
ocspIdentifier
OCSPIdentifierType ocspIdentifier
-
-
Class eu.europa.esig.xades.jaxb.xades132.OCSPValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
encapsulatedOCSPValue
List<EncapsulatedPKIDataType> encapsulatedOCSPValue
-
-
Class eu.europa.esig.xades.jaxb.xades132.OtherCertStatusRefsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.OtherCertStatusValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.OtherTimeStampType extends GenericTimeStampType implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.QualifyingPropertiesReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.QualifyingPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signedProperties
SignedPropertiesType signedProperties
-
target
String target
-
unsignedProperties
UnsignedPropertiesType unsignedProperties
-
-
Class eu.europa.esig.xades.jaxb.xades132.ReferenceInfoType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
id
String id
-
uri
String uri
-
-
Class eu.europa.esig.xades.jaxb.xades132.ResponderIDType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
byKey
byte[] byKey
-
byName
String byName
-
-
Class eu.europa.esig.xades.jaxb.xades132.RevocationValuesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
crlValues
CRLValuesType crlValues
-
id
String id
-
ocspValues
OCSPValuesType ocspValues
-
otherValues
OtherCertStatusValuesType otherValues
-
-
Class eu.europa.esig.xades.jaxb.xades132.SignaturePolicyIdentifierType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
signaturePolicyId
SignaturePolicyIdType signaturePolicyId
-
signaturePolicyImplied
Object signaturePolicyImplied
-
-
Class eu.europa.esig.xades.jaxb.xades132.SignaturePolicyIdType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
sigPolicyHash
DigestAlgAndValueType sigPolicyHash
-
sigPolicyId
ObjectIdentifierType sigPolicyId
-
sigPolicyQualifiers
SigPolicyQualifiersListType sigPolicyQualifiers
-
transforms
TransformsType transforms
-
-
Class eu.europa.esig.xades.jaxb.xades132.SignatureProductionPlaceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.SignedDataObjectPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
allDataObjectsTimeStamp
List<XAdESTimeStampType> allDataObjectsTimeStamp
-
commitmentTypeIndication
List<CommitmentTypeIndicationType> commitmentTypeIndication
-
dataObjectFormat
List<DataObjectFormatType> dataObjectFormat
-
id
String id
-
individualDataObjectsTimeStamp
List<XAdESTimeStampType> individualDataObjectsTimeStamp
-
-
Class eu.europa.esig.xades.jaxb.xades132.SignedPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signedDataObjectProperties
SignedDataObjectPropertiesType signedDataObjectProperties
-
signedSignatureProperties
SignedSignaturePropertiesType signedSignatureProperties
-
-
Class eu.europa.esig.xades.jaxb.xades132.SignedSignaturePropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signaturePolicyIdentifier
SignaturePolicyIdentifierType signaturePolicyIdentifier
-
signatureProductionPlace
SignatureProductionPlaceType signatureProductionPlace
-
signerRole
SignerRoleType signerRole
-
signingCertificate
CertIDListType signingCertificate
-
signingTime
XMLGregorianCalendar signingTime
-
-
Class eu.europa.esig.xades.jaxb.xades132.SignerRoleType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certifiedRoles
CertifiedRolesListType certifiedRoles
-
claimedRoles
ClaimedRolesListType claimedRoles
-
-
Class eu.europa.esig.xades.jaxb.xades132.SigPolicyQualifiersListType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.SPUserNoticeType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
explicitText
String explicitText
-
noticeRef
NoticeReferenceType noticeRef
-
-
Class eu.europa.esig.xades.jaxb.xades132.UnsignedDataObjectPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.UnsignedPropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
unsignedDataObjectProperties
UnsignedDataObjectPropertiesType unsignedDataObjectProperties
-
unsignedSignatureProperties
UnsignedSignaturePropertiesType unsignedSignatureProperties
-
-
Class eu.europa.esig.xades.jaxb.xades132.UnsignedSignaturePropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xades.jaxb.xades132.XAdESTimeStampType extends GenericTimeStampType implements Serializable
- serialVersionUID:
- 1L
-
-
Package eu.europa.esig.xades.jaxb.xades141
-
Class eu.europa.esig.xades.jaxb.xades141.ValidationDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
certificateValues
CertificateValuesType certificateValues
-
id
String id
-
revocationValues
RevocationValuesType revocationValues
-
uri
String uri
-
-
-
Package eu.europa.esig.xmldsig.jaxb
-
Class eu.europa.esig.xmldsig.jaxb.CanonicalizationMethodType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.DigestMethodType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.DSAKeyValueType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
g
byte[] g
-
j
byte[] j
-
p
byte[] p
-
pgenCounter
byte[] pgenCounter
-
q
byte[] q
-
seed
byte[] seed
-
y
byte[] y
-
-
Class eu.europa.esig.xmldsig.jaxb.KeyInfoType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.KeyValueType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.ManifestType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
reference
List<ReferenceType> reference
-
-
Class eu.europa.esig.xmldsig.jaxb.ObjectType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.PGPDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.ReferenceType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
digestMethod
DigestMethodType digestMethod
-
digestValue
byte[] digestValue
-
id
String id
-
transforms
TransformsType transforms
-
type
String type
-
uri
String uri
-
-
Class eu.europa.esig.xmldsig.jaxb.RetrievalMethodType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
transforms
TransformsType transforms
-
type
String type
-
uri
String uri
-
-
Class eu.europa.esig.xmldsig.jaxb.RSAKeyValueType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
exponent
byte[] exponent
-
modulus
byte[] modulus
-
-
Class eu.europa.esig.xmldsig.jaxb.SignatureMethodType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.SignaturePropertiesType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
signatureProperty
List<SignaturePropertyType> signatureProperty
-
-
Class eu.europa.esig.xmldsig.jaxb.SignaturePropertyType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.SignatureType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
keyInfo
KeyInfoType keyInfo
-
object
List<ObjectType> object
-
signatureValue
SignatureValueType signatureValue
-
signedInfo
SignedInfoType signedInfo
-
-
Class eu.europa.esig.xmldsig.jaxb.SignatureValueType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
-
value
byte[] value
-
-
Class eu.europa.esig.xmldsig.jaxb.SignedInfoType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
canonicalizationMethod
CanonicalizationMethodType canonicalizationMethod
-
id
String id
-
reference
List<ReferenceType> reference
-
signatureMethod
SignatureMethodType signatureMethod
-
-
Class eu.europa.esig.xmldsig.jaxb.SPKIDataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.TransformsType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
transform
List<TransformType> transform
-
-
Class eu.europa.esig.xmldsig.jaxb.TransformType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.X509DataType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class eu.europa.esig.xmldsig.jaxb.X509IssuerSerialType extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
x509IssuerName
String x509IssuerName
-
x509SerialNumber
BigInteger x509SerialNumber
-
-