Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A 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
H A 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
H A 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
H A 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
H A 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
H A DGeneralName.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralName
36 ] + AnotherName::MAP,
53 ] + ORAddress::MAP,
58 ] + Name::MAP,
63 ] + EDIPartyName::MAP,
H A DRevokedCertificate.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate
32 'userCertificate' => CertificateSerialNumber::MAP,
33 'revocationDate' => Time::MAP,
36 ] + Extensions::MAP
H A 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
H A DGeneralSubtree.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree
32 'base' => GeneralName::MAP,
38 ] + BaseDistance::MAP,
43 ] + BaseDistance::MAP
H A DPrivateKeyInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo
36 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP,
37 'privateKey' => PrivateKey::MAP,
42 ] + Attributes::MAP
H A DCertificationRequestInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo
36 'subject' => Name::MAP,
37 'subjectPKInfo' => SubjectPublicKeyInfo::MAP,
42 ] + Attributes::MAP,
H A DDistributionPoint.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\DistributionPoint
36 ] + DistributionPointName::MAP,
41 ] + ReasonFlags::MAP,
46 ] + GeneralNames::MAP
H A DAuthorityKeyIdentifier.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier
36 ] + KeyIdentifier::MAP,
41 ] + GeneralNames::MAP,
46 ] + CertificateSerialNumber::MAP
H A DEncryptedPrivateKeyInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo
32 'encryptionAlgorithm' => AlgorithmIdentifier::MAP,
33 'encryptedData' => EncryptedData::MAP
H A DPBMAC1params.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBMAC1params
34 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
35 'messageAuthScheme' => AlgorithmIdentifier::MAP
H A DValidity.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Validity
32 'notBefore' => Time::MAP,
33 'notAfter' => Time::MAP
H A DPBES2params.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBES2params
34 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
35 'encryptionScheme' => AlgorithmIdentifier::MAP
H A DAttributeTypeAndValue.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue
32 'type' => AttributeType::MAP,
33 'value' => AttributeValue::MAP
H A DCertificate.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Certificate
32 'tbsCertificate' => TBSCertificate::MAP,
33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DCertificateList.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificateList
32 'tbsCertList' => TBSCertList::MAP,
33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DPolicyMappings.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyMappings
36 'issuerDomainPolicy' => CertPolicyId::MAP,
37 'subjectDomainPolicy' => CertPolicyId::MAP
H A DSignedPublicKeyAndChallenge.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge
32 'publicKeyAndChallenge' => PublicKeyAndChallenge::MAP,
33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php366 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);
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);
582 $params = ASN1::encodeDER($params, Maps\PBES2params::MAP);
594 $params = ASN1::encodeDER($params, Maps\PBEParameter::MAP);
607 $key = ASN1::encodeDER($key, Maps\EncryptedPrivateKeyInfo::MAP);
640 $key = ASN1::encodeDER($key, Maps\PublicKeyInfo::MAP);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A 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);
H A 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);

1234567