Lines Matching refs:null

59     public $key = null;
61 public $iv = null;
62 public $name = null;
63 public $keyChain = null;
65 public $encryptedCtx = null;
66 public $guid = null;
72 private $x509Certificate = null;
75 private $X509Thumbprint = null;
77 public function __construct($type, $params=null) {
122 $this->cryptParams['hash'] = null;
191 * null is returned.
193 * @return int|null The number of bytes in the key.
197 return null;
258 return null;
273 $this->x509Certificate = null;
443 $output = null;
539 public $sigNode = null;
542 private $signedInfo = null;
543 private $xPathCtx = null;
544 private $canonicalMethod = null;
549 private $validatedNodes = null;
558 $this->xPathCtx = null;
599 return null;
602 public function createNewSignNode($name, $value=null) {
638 private function canonicalizeData($node, $canonicalmethod, $arXPath=null, $prefixList=null) {
658 …if (is_null($arXPath) && ($node instanceof DOMNode) && ($node->ownerDocument !== null) && $node->i…
667 if ($refnode == null) {
678 $canonicalmethod = null;
696 return null;
822 $dataObject = null;
892 return null;
928 $this->validatedNodes = null;
935 …private function addRefInternal($sinfoNode, $node, $algorithm, $arTransforms=null, $options=null) {
936 $prefix = null;
937 $prefix_ns = null;
943 $prefix = empty($options['prefix'])?null:$options['prefix'];
944 $prefix_ns = empty($options['prefix_ns'])?null:$options['prefix_ns'];
959 $uri = null;
1011 public function addReference($node, $algorithm, $arTransforms=null, $options=null) {
1021 public function addReferenceList($arNodes, $algorithm, $arTransforms=null, $options=null) {
1033 public function addObject($data, $mimetype=null, $encoding=null) {
1053 public function locateKey($node=null) {
1058 return null;
1069 return null;
1074 return null;
1093 public function sign($objKey, $appendToNode = null) {
1095 if ($appendToNode != null) {
1124 public function appendKey($objKey, $parent=null) {
1140 public function insertSignature($node, $beforeNode = null) {
1145 if($beforeNode == null) {
1153 $beforeNode = $insertBefore ? $parentNode->firstChild : null;
1192 … staticAdd509Cert($parentRef, $cert, $isPEMFormat=true, $isURL=false, $xpath=null, $options=null) {
1271 public function add509Cert($cert, $isPEMFormat=true, $isURL=false, $options=null) {
1298 static function auxKeyInfo($parentRef, $xpath=null)
1606 return null;
1609 public function locateKey($node=null) {
1614 return null;
1626 return null;
1631 return null;
1634 static function staticLocateKeyInfo($objBaseKey=null, $node=null) {
1636 return null;
1640 return null;
1667 $modulus = null;
1668 $exponent = null;
1721 public function locateKeyInfo($objBaseKey=null, $node=null) {