Package | Description |
---|---|
be.fedict.eid.applet.service.signer.facets |
This package contains implementation classes for various signature facets.
|
be.fedict.eid.applet.service.signer.time |
This package contains implementation classes related to time.
|
Modifier and Type | Method and Description |
---|---|
RevocationData |
RevocationDataService.getRevocationData(List<X509Certificate> certificateChain)
Gives back the revocation data corresponding with the given certificate
chain.
|
Modifier and Type | Method and Description |
---|---|
static be.fedict.eid.applet.service.signer.jaxb.xades132.XAdESTimeStampType |
XAdESXLSignatureFacet.createXAdESTimeStamp(byte[] data,
RevocationData revocationData,
String c14nAlgoId,
TimeStampService timeStampService,
be.fedict.eid.applet.service.signer.jaxb.xades132.ObjectFactory objectFactory,
be.fedict.eid.applet.service.signer.jaxb.xmldsig.ObjectFactory xmldsigObjectFactory) |
static be.fedict.eid.applet.service.signer.jaxb.xades132.XAdESTimeStampType |
XAdESXLSignatureFacet.createXAdESTimeStamp(List<Node> nodeList,
RevocationData revocationData,
String c14nAlgoId,
TimeStampService timeStampService,
be.fedict.eid.applet.service.signer.jaxb.xades132.ObjectFactory objectFactory,
be.fedict.eid.applet.service.signer.jaxb.xmldsig.ObjectFactory xmldsigObjectFactory) |
Modifier and Type | Method and Description |
---|---|
byte[] |
TimeStampService.timeStamp(byte[] data,
RevocationData revocationData)
Gives back the encoded time-stamp token for the given array of data
bytes.
|
byte[] |
TSPTimeStampService.timeStamp(byte[] data,
RevocationData revocationData) |
void |
TimeStampServiceValidator.validate(List<X509Certificate> certificateChain,
RevocationData revocationData)
Validates the given certificate chain.
|
Copyright © 2008-2018 FedICT. All Rights Reserved.