Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/asn1/x509/
H A DX509AlgorithmIdentifier.php75 if (!$algorithm instanceof ASN1ObjectId) {
91 $sequence->add(new ASN1ObjectId($this->algorithm));
H A DX509Extension.php72 if (!$id instanceof ASN1ObjectId) {
123 $sequence->add(new ASN1ObjectId($this->id));
/plugin/gtime/gtlib/asn1/cms/
H A DCMSAttribute.php76 if (!$type instanceof ASN1ObjectId) {
116 $sequence->add(new ASN1ObjectId($this->type));
H A DCMSContentInfo.php73 if (!$contentType instanceof ASN1ObjectId) {
111 $sequence->add(new ASN1ObjectId($this->contentType));
H A DCMSEncapsulatedContentInfo.php71 if (!$contentType instanceof ASN1ObjectId) {
109 $sequence->add(new ASN1ObjectId($this->contentType));
/plugin/gtime/gtlib/asn1/
H A DASN1Constants.php56 * @see ASN1ObjectId
H A DASN1ObjectId.php29 class ASN1ObjectId extends ASN1Object { class
H A DASN1DER.php281 $object = new ASN1ObjectId();
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php105 if (!$policy instanceof ASN1ObjectId) {
218 $sequence->add(new ASN1ObjectId($this->policy));