Method |
Description |
|
__construct ( ) |
|
|
add509Cert ( $cert, $isPEMFormat = true, $isURL = false, $options = null ) |
|
|
addObject ( $data, $mimetype = null, $encoding = null ) |
|
|
addReference ( $node, $algorithm, $arTransforms = null, $options = null ) |
|
|
addReferenceList ( $arNodes, $algorithm, $arTransforms = null, $options = null ) |
|
|
appendCert ( ) |
|
|
appendKey ( $objKey, $parent = null ) |
|
|
appendSignature ( $parentNode, $insertBefore = false ) |
|
|
appendToKeyInfo ( DOMNode $node ) : DOMNode |
This function appends a node to the KeyInfo. |
|
auxKeyInfo ( $parentRef, $xpath = null ) |
|
|
calculateDigest ( $digestAlgorithm, $data, $encode = true ) |
|
|
canonicalizeSignedInfo ( ) |
|
|
createNewSignNode ( $name, $value = null ) |
|
|
generateGUID ( $prefix = 'pfx' ) |
|
|
get509XCert ( $cert, $isPEMFormat = true ) |
|
|
getRefIDs ( ) |
|
|
getRefNodeID ( $refNode ) |
|
|
getValidatedNodes ( ) |
* This function retrieves an associative array of the validated nodes. |
|
insertSignature ( $node, $beforeNode = null ) : DOMNode |
This function inserts the signature element. |
|
locateKey ( $node = null ) |
|
|
locateSignature ( $objDoc, $pos ) |
|
|
processRefNode ( $refNode ) |
|
|
processTransforms ( $refNode, $objData, $includeCommentNodes = true ) |
|
|
setCanonicalMethod ( $method ) |
|
|
sign ( $objKey, $appendToNode = null ) |
|
|
signData ( $objKey, $data ) |
|
|
staticAdd509Cert ( $parentRef, $cert, $isPEMFormat = true, $isURL = false, $xpath = null, $options = null ) |
|
|
staticGet509XCerts ( $certs, $isPEMFormat = true ) |
|
|
validateDigest ( $refNode, $data ) |
|
|
validateReference ( ) |
|
|
verify ( $objKey ) |
|
|