Home
last modified time | relevance | path

Searched refs:subjectKeyIdentifier (Results 1 – 1 of 1) sorted by relevance

/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerIdentifier.php47 private $subjectKeyIdentifier; variable in CMSSignerIdentifier
77 $subjectKeyIdentifier = $object->getObjectAs(ASN1_TAG_OCTET_STRING);
79 $this->subjectKeyIdentifier = $subjectKeyIdentifier->getValue();
99 } else if (!is_null($this->subjectKeyIdentifier)) {
106 $tag->setObject(new ASN1OctetString($this->subjectKeyIdentifier));
142 return $this->subjectKeyIdentifier;
148 * @param array $subjectKeyIdentifier byte array containing the subject key identifier
151 public function setSubjectKeyIdentifier($subjectKeyIdentifier) { argument
152 $this->subjectKeyIdentifier = $subjectKeyIdentifier;