|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignException | |
|---|---|
| cz.utb.fai.simkovicp.pki.sign | Provides the class for document signing. |
| cz.utb.fai.simkovicp.pki.ws | Provides the classes representing the web services. |
| Uses of SignException in cz.utb.fai.simkovicp.pki.sign |
|---|
| Methods in cz.utb.fai.simkovicp.pki.sign that throw SignException | |
|---|---|
byte[] |
PDFSignable.sign(java.security.PrivateKey privateKey,
java.security.cert.Certificate[] x509Certs,
byte[] data)
Sign the PDF document. |
byte[] |
XMLSignable.sign(java.security.PrivateKey privateKey,
java.security.cert.Certificate[] x509Certs,
byte[] data,
java.util.List<java.lang.String> referenceIds)
Sign the document. |
| Uses of SignException in cz.utb.fai.simkovicp.pki.ws |
|---|
| Methods in cz.utb.fai.simkovicp.pki.ws that throw SignException | |
|---|---|
byte[] |
PdfService.signPdf(byte[] pdf)
Web service operation |
byte[] |
XmlService.signWithSigner(byte[] xml,
SignerFactory.XmlSigner xmlSigner,
java.util.List<java.lang.String> ids)
Web service operation |
byte[] |
XmlService.signXml(byte[] xml)
Web service operation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||