Home
last modified time | relevance | path

Searched refs:ASN1 (Results 1 – 3 of 3) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php12 * \phpseclib3\File\ASN1 decodes and encodes DER formatted messages and places them in a semantic context.
25 use phpseclib3\File\ASN1\Element;
33 abstract class ASN1
127 * In case we need to create ASN1\Element object's..
137 * Structured or unknown types are mapped to a \phpseclib3\File\ASN1\Element.
38 class ASN1 global() class
H A DX509.php38 use phpseclib3\File\ASN1\Element;
39 use phpseclib3\File\ASN1\Maps;
284 ASN1::loadOIDs([
452 $newcert = ASN1::extractBER($cert);
464 $decoded = ASN1::decodeBER($cert);
467 $x509 = ASN1::asn1map($decoded[0], Maps\Certificate::MAP);
483 $key = ASN1::encodeDER($key, Maps\SubjectPublicKeyInfo::MAP);
528 $type_utf8_string = ['type' => ASN1::TYPE_UTF8_STRING];
544 /* in the case of policyQualifiers/qualifier, the type has to be \phpseclib3\File\ASN1::TYPE_IA5_STRING.
545 \phpseclib3\File\ASN1
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php14 namespace phpseclib3\File\ASN1;
19 * An ASN.1 ANY mapping will return an ASN1\Element object. Use of this object
20 * will also bypass the normal encoding rules in ASN1::encodeDER()
37 * @return \phpseclib3\File\ASN1\Element