|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RevocationData | |
|---|---|
| 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. |
| Uses of RevocationData in be.fedict.eid.applet.service.signer.facets |
|---|
| Methods in be.fedict.eid.applet.service.signer.facets that return RevocationData | |
|---|---|
RevocationData |
RevocationDataService.getRevocationData(List<X509Certificate> certificateChain)
Gives back the revocation data corresponding with the given certificate chain. |
| Methods in be.fedict.eid.applet.service.signer.facets with parameters of type RevocationData | |
|---|---|
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)
|
| Uses of RevocationData in be.fedict.eid.applet.service.signer.time |
|---|
| Methods in be.fedict.eid.applet.service.signer.time with parameters of type RevocationData | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||