class SignedXml
Class SignedXml
Constants
ENVELOPED |
|
EXT_NS |
|
Properties
Methods
Details
at line 66
string
signXml(string $content)
Firma el contenido del xml y retorna el contenido firmado.
at line 80
bool
verifyXml(string $content)
Verifica la firma del xml.
at line 92
setCertificate(string $cert)
Set certificated in PEM format
at line 101
setCertificateFromFile(string $filename)
at line 113
getPublicKey(DOMDocument $doc = null)
at line 125
sign(DOMDocument $data)
at line 157
string
signFromFile(string $filename)
Sign from file.
at line 169
verify(DOMDocument $data)
at line 223
protected XMLSecurityDSig
createXmlSecurityDSig()
Create the XMLSecurityDSig class.
at line 241
protected bool
setPublicKeyFromNode(DOMDocument $doc)
Try to extract the public key from DOM node.
Sets publicKey and keyAlgorithm properties if success.