Home
last modified time | relevance | path

Searched refs:MAP (Results 101 – 125 of 153) sorted by path

1234567

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DPersonalName.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PersonalName
H A DPolicyInformation.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyInformation
32 'policyIdentifier' => CertPolicyId::MAP,
38 'children' => PolicyQualifierInfo::MAP
H A DPolicyMappings.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyMappings
36 'issuerDomainPolicy' => CertPolicyId::MAP,
37 'subjectDomainPolicy' => CertPolicyId::MAP
H A DPolicyQualifierId.php29 const MAP = ['type' => ASN1::TYPE_OBJECT_IDENTIFIER]; define in phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierId
H A DPolicyQualifierInfo.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyQualifierInfo
32 'policyQualifierId' => PolicyQualifierId::MAP,
H A DPostalAddress.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PostalAddress
34 'children' => DirectoryString::MAP
H A DPrime_p.php29 const MAP = ['type' => ASN1::TYPE_INTEGER]; define in phpseclib3\\File\\ASN1\\Maps\\Prime_p
H A DPrivateDomainName.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PrivateDomainName
H A DPrivateKey.php29 const MAP = ['type' => ASN1::TYPE_OCTET_STRING]; define in phpseclib3\\File\\ASN1\\Maps\\PrivateKey
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 DPrivateKeyUsagePeriod.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PrivateKeyUsagePeriod
H A DPublicKey.php29 const MAP = ['type' => ASN1::TYPE_BIT_STRING]; define in phpseclib3\\File\\ASN1\\Maps\\PublicKey
H A DPublicKeyAndChallenge.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PublicKeyAndChallenge
32 'spki' => SubjectPublicKeyInfo::MAP,
H A DPublicKeyInfo.php32 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PublicKeyInfo
35 'publicKeyAlgorithm' => AlgorithmIdentifier::MAP,
H A DRC2CBCParameter.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RC2CBCParameter
H A DRDNSequence.php35 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RDNSequence
40 'children' => RelativeDistinguishedName::MAP
H A DRSAPrivateKey.php30 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RSAPrivateKey
45 'otherPrimeInfos' => OtherPrimeInfos::MAP + ['optional' => true]
H A DRSAPublicKey.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RSAPublicKey
H A DRSASSA_PSS_params.php31 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RSASSA_PSS_params
39 ] + HashAlgorithm::MAP,
45 ] + MaskGenAlgorithm::MAP,
H A DReasonFlags.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\ReasonFlags
H A DRelativeDistinguishedName.php35 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RelativeDistinguishedName
39 'children' => AttributeTypeAndValue::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 DSignedPublicKeyAndChallenge.php29 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge
32 'publicKeyAndChallenge' => PublicKeyAndChallenge::MAP,
33 'signatureAlgorithm' => AlgorithmIdentifier::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 DSubjectAltName.php29 const MAP = GeneralNames::MAP; define in phpseclib3\\File\\ASN1\\Maps\\SubjectAltName

1234567