Home
last modified time | relevance | path

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

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