Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php86 if (!$location instanceof ASN1OctetString) {
90 if (!$history instanceof ASN1OctetString) {
155 $sequence->add(new ASN1OctetString($this->location));
156 $sequence->add(new ASN1OctetString($this->history));
177 $set->add(new ASN1OctetString($item));
H A DGTSignatureInfo.php73 if (!$signatureValue instanceof ASN1OctetString) {
96 $sequence->add(new ASN1OctetString($this->signatureValue));
H A DGTPublishedData.php80 if (!$publicationImprint instanceof ASN1OctetString) {
100 $sequence->add(new ASN1OctetString($this->publicationImprint));
H A DGTVerificationRequest.php90 if (!$data instanceof ASN1OctetString) {
108 $sequence->add(new ASN1OctetString($this->data));
/plugin/gtime/gtlib/asn1/x509/
H A DX509Extension.php82 if (!$value instanceof ASN1OctetString) {
101 if (!$value instanceof ASN1OctetString) {
129 $sequence->add(new ASN1OctetString($this->value));
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPMessageImprint.php75 if (!$hashedMessage instanceof ASN1OctetString) {
96 $sequence->add(new ASN1OctetString($this->hashedMessage));
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php155 } else if ($item instanceof ASN1OctetString) {
210 $sequence->add(new ASN1OctetString($this->signature));
H A DCMSSignerIdentifier.php106 $tag->setObject(new ASN1OctetString($this->subjectKeyIdentifier));
H A DCMSEncapsulatedContentInfo.php106 $tag->setObject(new ASN1OctetString($this->content));
/plugin/gtime/gtlib/asn1/
H A DASN1OctetString.php29 class ASN1OctetString extends ASN1Object { class
H A DASN1Constants.php44 * @see ASN1OctetString
H A DASN1DER.php271 $object = new ASN1OctetString();
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php279 if (!$messageDigestValue instanceof ASN1OctetString) {