/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
H A D | TBSCertificate.php | 30 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 D | BuiltInStandardAttributes.php | 29 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 D | TBSCertList.php | 29 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 D | OneAsymmetricKey.php | 31 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 D | SpecifiedECDomain.php | 31 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 D | GeneralName.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralName 36 ] + AnotherName::MAP, 53 ] + ORAddress::MAP, 58 ] + Name::MAP, 63 ] + EDIPartyName::MAP,
|
H A D | RevokedCertificate.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate 32 'userCertificate' => CertificateSerialNumber::MAP, 33 'revocationDate' => Time::MAP, 36 ] + Extensions::MAP
|
H A D | ORAddress.php | 29 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 D | GeneralSubtree.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree 32 'base' => GeneralName::MAP, 38 ] + BaseDistance::MAP, 43 ] + BaseDistance::MAP
|
H A D | PrivateKeyInfo.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo 36 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP, 37 'privateKey' => PrivateKey::MAP, 42 ] + Attributes::MAP
|
H A D | CertificationRequestInfo.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo 36 'subject' => Name::MAP, 37 'subjectPKInfo' => SubjectPublicKeyInfo::MAP, 42 ] + Attributes::MAP,
|
H A D | DistributionPoint.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\DistributionPoint 36 ] + DistributionPointName::MAP, 41 ] + ReasonFlags::MAP, 46 ] + GeneralNames::MAP
|
H A D | AuthorityKeyIdentifier.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier 36 ] + KeyIdentifier::MAP, 41 ] + GeneralNames::MAP, 46 ] + CertificateSerialNumber::MAP
|
H A D | EncryptedPrivateKeyInfo.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo 32 'encryptionAlgorithm' => AlgorithmIdentifier::MAP, 33 'encryptedData' => EncryptedData::MAP
|
H A D | PBMAC1params.php | 31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBMAC1params 34 'keyDerivationFunc' => AlgorithmIdentifier::MAP, 35 'messageAuthScheme' => AlgorithmIdentifier::MAP
|
H A D | Validity.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Validity 32 'notBefore' => Time::MAP, 33 'notAfter' => Time::MAP
|
H A D | PBES2params.php | 31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBES2params 34 'keyDerivationFunc' => AlgorithmIdentifier::MAP, 35 'encryptionScheme' => AlgorithmIdentifier::MAP
|
H A D | AttributeTypeAndValue.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue 32 'type' => AttributeType::MAP, 33 'value' => AttributeValue::MAP
|
H A D | Certificate.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Certificate 32 'tbsCertificate' => TBSCertificate::MAP, 33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
|
H A D | CertificateList.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificateList 32 'tbsCertList' => TBSCertList::MAP, 33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
|
H A D | PolicyMappings.php | 29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyMappings 36 'issuerDomainPolicy' => CertPolicyId::MAP, 37 'subjectDomainPolicy' => CertPolicyId::MAP
|
H A D | SignedPublicKeyAndChallenge.php | 29 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 D | PKCS8.php | 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); 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 D | PKCS1.php | 64 $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 D | PKCS8.php | 98 $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);
|