Home
last modified time | relevance | path

Searched refs:MAP (Results 1 – 25 of 164) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
DTBSCertificate.php30 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\TBSCertificate
43 'serialNumber' => CertificateSerialNumber::MAP,
44 'signature' => AlgorithmIdentifier::MAP,
45 'issuer' => Name::MAP,
46 'validity' => Validity::MAP,
47 'subject' => Name::MAP,
48 'subjectPublicKeyInfo' => SubjectPublicKeyInfo::MAP,
54 ] + UniqueIdentifier::MAP,
59 ] + UniqueIdentifier::MAP,
66 ] + Extensions::MAP
DBuiltInStandardAttributes.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes
32 'country-name' => ['optional' => true] + CountryName::MAP,
33 'administration-domain-name' => ['optional' => true] + AdministrationDomainName::MAP,
38 ] + NetworkAddress::MAP,
43 ] + TerminalIdentifier::MAP,
48 ] + PrivateDomainName::MAP,
53 ] + OrganizationName::MAP,
58 ] + NumericUserIdentifier::MAP,
63 ] + PersonalName::MAP,
68 ] + OrganizationalUnitNames::MAP
DTBSCertList.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\TBSCertList
38 'signature' => AlgorithmIdentifier::MAP,
39 'issuer' => Name::MAP,
40 'thisUpdate' => Time::MAP,
43 ] + Time::MAP,
49 'children' => RevokedCertificate::MAP
55 ] + Extensions::MAP
DOneAsymmetricKey.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey
38 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP,
39 'privateKey' => PrivateKey::MAP,
44 ] + Attributes::MAP,
49 ] + PublicKey::MAP
DSpecifiedECDomain.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain
38 'fieldID' => FieldID::MAP,
39 'curve' => Curve::MAP,
40 'base' => ECPoint::MAP,
46 'hash' => ['optional' => true] + HashAlgorithm::MAP
DGeneralName.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralName
36 ] + AnotherName::MAP,
53 ] + ORAddress::MAP,
58 ] + Name::MAP,
63 ] + EDIPartyName::MAP,
DRevokedCertificate.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate
32 'userCertificate' => CertificateSerialNumber::MAP,
33 'revocationDate' => Time::MAP,
36 ] + Extensions::MAP
DORAddress.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\ORAddress
32 'built-in-standard-attributes' => BuiltInStandardAttributes::MAP,
33 …'built-in-domain-defined-attributes' => ['optional' => true] + BuiltInDomainDefinedAttributes::MAP,
34 'extension-attributes' => ['optional' => true] + ExtensionAttributes::MAP
DGeneralSubtree.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree
32 'base' => GeneralName::MAP,
38 ] + BaseDistance::MAP,
43 ] + BaseDistance::MAP
DCertificationRequestInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo
36 'subject' => Name::MAP,
37 'subjectPKInfo' => SubjectPublicKeyInfo::MAP,
42 ] + Attributes::MAP,
DPrivateKeyInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo
36 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP,
37 'privateKey' => PrivateKey::MAP,
42 ] + Attributes::MAP
DAuthorityKeyIdentifier.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier
36 ] + KeyIdentifier::MAP,
41 ] + GeneralNames::MAP,
46 ] + CertificateSerialNumber::MAP
DDistributionPoint.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\DistributionPoint
36 ] + DistributionPointName::MAP,
41 ] + ReasonFlags::MAP,
46 ] + GeneralNames::MAP
DPBMAC1params.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBMAC1params
34 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
35 'messageAuthScheme' => AlgorithmIdentifier::MAP
DAttributeTypeAndValue.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue
32 'type' => AttributeType::MAP,
33 'value' => AttributeValue::MAP
DEncryptedPrivateKeyInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo
32 'encryptionAlgorithm' => AlgorithmIdentifier::MAP,
33 'encryptedData' => EncryptedData::MAP
DPBES2params.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBES2params
34 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
35 'encryptionScheme' => AlgorithmIdentifier::MAP
DValidity.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Validity
32 'notBefore' => Time::MAP,
33 'notAfter' => Time::MAP
DPolicyMappings.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyMappings
36 'issuerDomainPolicy' => CertPolicyId::MAP,
37 'subjectDomainPolicy' => CertPolicyId::MAP
DCertificationRequest.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificationRequest
32 'certificationRequestInfo' => CertificationRequestInfo::MAP,
33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
DPKCS8.php342 $decrypted = ASN1::asn1map($decoded[0], Maps\EncryptedPrivateKeyInfo::MAP);
366 extract(ASN1::asn1map($temp[0], Maps\PBEParameter::MAP));
380 $temp = ASN1::asn1map($temp[0], Maps\PBES2params::MAP);
387 $temp = ASN1::asn1map($temp[0], Maps\PBES2params::MAP);
394 extract(ASN1::asn1map($temp[0], Maps\RC2CBCParameter::MAP));
417 $params = ASN1::asn1map($temp[0], Maps\PBKDF2params::MAP);
451 $private = ASN1::asn1map($decoded[0], Maps\OneAsymmetricKey::MAP);
479 $public = ASN1::asn1map($decoded[0], Maps\PublicKeyInfo::MAP);
539 $key = ASN1::encodeDER($key, Maps\OneAsymmetricKey::MAP);
559 $PBKDF2params = ASN1::encodeDER($PBKDF2params, Maps\PBKDF2params::MAP);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
DPKCS1.php64 $key = ASN1::asn1map($decoded[0], Maps\DSAParams::MAP);
69 $key = ASN1::asn1map($decoded[0], Maps\DSAPrivateKey::MAP);
74 $key = ASN1::asn1map($decoded[0], Maps\DSAPublicKey::MAP);
99 $key = ASN1::encodeDER($key, Maps\DSAParams::MAP);
130 $key = ASN1::encodeDER($key, Maps\DSAPrivateKey::MAP);
147 $key = ASN1::encodeDER($y, Maps\DSAPublicKey::MAP);
DPKCS8.php98 $components = ASN1::asn1map($decoded[0], Maps\DSAParams::MAP);
109 $components[$var] = ASN1::asn1map($decoded[0], Maps\DSAPublicKey::MAP);
141 $params = ASN1::encodeDER($params, Maps\DSAParams::MAP);
143 $key = ASN1::encodeDER($x, Maps\DSAPublicKey::MAP);
165 $params = ASN1::encodeDER($params, Maps\DSAParams::MAP);
167 $key = ASN1::encodeDER($y, Maps\DSAPublicKey::MAP);
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.map.js4 var MAP = 'Map'; variable
7 module.exports = require('./_collection')(MAP, function (get) {
12 var entry = strong.getEntry(validate(this, MAP), key);
17 return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.map.js4 var MAP = 'Map'; variable
7 module.exports = require('./_collection')(MAP, function (get) {
12 var entry = strong.getEntry(validate(this, MAP), key);
17 return strong.def(validate(this, MAP), key === 0 ? 0 : key, value);

1234567