|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignerFactory.XmlSigner | |
|---|---|
| cz.utb.fai.simkovicp.pki.sign.signer | Provides the classes for creating the digital signature. |
| cz.utb.fai.simkovicp.pki.ws | Provides the classes representing the web services. |
| Uses of SignerFactory.XmlSigner in cz.utb.fai.simkovicp.pki.sign.signer |
|---|
| Methods in cz.utb.fai.simkovicp.pki.sign.signer that return SignerFactory.XmlSigner | |
|---|---|
static SignerFactory.XmlSigner |
SignerFactory.XmlSigner.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SignerFactory.XmlSigner[] |
SignerFactory.XmlSigner.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in cz.utb.fai.simkovicp.pki.sign.signer with parameters of type SignerFactory.XmlSigner | |
|---|---|
static XMLSignable |
SignerFactory.getXMLSigner(SignerFactory.XmlSigner xmlSigner)
Returns the XML document signer. |
| Uses of SignerFactory.XmlSigner in cz.utb.fai.simkovicp.pki.ws |
|---|
| Methods in cz.utb.fai.simkovicp.pki.ws with parameters of type SignerFactory.XmlSigner | |
|---|---|
byte[] |
XmlService.signWithSigner(byte[] xml,
SignerFactory.XmlSigner xmlSigner,
java.util.List<java.lang.String> ids)
Web service operation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||