Home
last modified time | relevance | path

Searched refs:MAP (Results 51 – 75 of 153) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DCRLDistributionPoints.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CRLDistributionPoints
33 'children' => DistributionPoint::MAP
H A DOtherPrimeInfos.php30 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\OtherPrimeInfos
34 'children' => OtherPrimeInfo::MAP
H A DCertificatePolicies.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificatePolicies
33 'children' => PolicyInformation::MAP
H A DAttributes.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Attributes
33 'children' => Attribute::MAP
H A DAuthorityInfoAccessSyntax.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AuthorityInfoAccessSyntax
33 'children' => AccessDescription::MAP
H A DRDNSequence.php35 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RDNSequence
40 'children' => RelativeDistinguishedName::MAP
H A DRelativeDistinguishedName.php35 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName
39 'children' => AttributeTypeAndValue::MAP
H A DSubjectDirectoryAttributes.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SubjectDirectoryAttributes
33 'children' => Attribute::MAP
H A DSubjectInfoAccessSyntax.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SubjectInfoAccessSyntax
33 'children' => AccessDescription::MAP
H A DPostalAddress.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PostalAddress
34 'children' => DirectoryString::MAP
H A DPolicyQualifierInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo
32 'policyQualifierId' => PolicyQualifierId::MAP,
H A DSubjectPublicKeyInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SubjectPublicKeyInfo
32 'algorithm' => AlgorithmIdentifier::MAP,
H A DDigestInfo.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\DigestInfo
34 'digestAlgorithm' => AlgorithmIdentifier::MAP,
H A DPKCS9String.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PKCS9String
33 'directoryString' => DirectoryString::MAP
H A DPublicKeyInfo.php32 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo
35 'publicKeyAlgorithm' => AlgorithmIdentifier::MAP,
H A DAccessDescription.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AccessDescription
33 'accessLocation' => GeneralName::MAP
H A DPublicKeyAndChallenge.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge
32 'spki' => SubjectPublicKeyInfo::MAP,
H A DECParameters.php41 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\ECParameters
46 'specifiedCurve' => SpecifiedECDomain::MAP
H A DNoticeReference.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\NoticeReference
32 'organization' => DisplayText::MAP,
H A DPBKDF2params.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBKDF2params
42 'prf' => AlgorithmIdentifier::MAP + ['optional' => true]
H A DECPrivateKey.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\ECPrivateKey
43 ] + ECParameters::MAP,
H A DRSAPrivateKey.php30 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey
45 'otherPrimeInfos' => OtherPrimeInfos::MAP + ['optional' => true]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php903 return Maps\KeyUsage::MAP;
907 return Maps\KeyIdentifier::MAP;
919 return Maps\SubjectAltName::MAP;
925 return Maps\IssuerAltName::MAP;
943 return Maps\UserNotice::MAP;
964 return Maps\PKCS9String::MAP;
968 return Maps\Extensions::MAP;
972 return Maps\CRLNumber::MAP;
974 return Maps\CRLNumber::MAP;
980 return Maps\CRLReason::MAP;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php128 $params = ASN1::asn1map($decoded[0], Maps\RSASSA_PSS_params::MAP);
138 … $params['maskGenAlgorithm']['parameters'] = ASN1::asn1map($decoded[0], Maps\HashAlgorithm::MAP);
238 $temp = ASN1::encodeDER($temp, Maps\HashAlgorithm::MAP);
248 return new ASN1\Element(ASN1::encodeDER($params, Maps\RSASSA_PSS_params::MAP));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DASN1.php51 $components = Encoder::asn1map($decoded[0], EcdsaSigValue::MAP);
66 return Encoder::encodeDER(compact('r', 's'), EcdsaSigValue::MAP);

1234567