Home
last modified time | relevance | path

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

123456

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DTBSCertificate.php26 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\TBSCertificate
39 'serialNumber' => CertificateSerialNumber::MAP,
40 'signature' => AlgorithmIdentifier::MAP,
41 'issuer' => Name::MAP,
42 'validity' => Validity::MAP,
43 'subject' => Name::MAP,
44 'subjectPublicKeyInfo' => SubjectPublicKeyInfo::MAP,
50 ] + UniqueIdentifier::MAP,
55 ] + UniqueIdentifier::MAP,
62 ] + Extensions::MAP
H A DBuiltInStandardAttributes.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\BuiltInStandardAttributes
28 'country-name' => ['optional' => true] + CountryName::MAP,
29 'administration-domain-name' => ['optional' => true] + AdministrationDomainName::MAP,
34 ] + NetworkAddress::MAP,
39 ] + TerminalIdentifier::MAP,
44 ] + PrivateDomainName::MAP,
49 ] + OrganizationName::MAP,
54 ] + NumericUserIdentifier::MAP,
59 ] + PersonalName::MAP,
64 ] + OrganizationalUnitNames::MAP
H A DTBSCertList.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\TBSCertList
34 'signature' => AlgorithmIdentifier::MAP,
35 'issuer' => Name::MAP,
36 'thisUpdate' => Time::MAP,
39 ] + Time::MAP,
45 'children' => RevokedCertificate::MAP
51 ] + Extensions::MAP
H A DOneAsymmetricKey.php27 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\OneAsymmetricKey
34 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP,
35 'privateKey' => PrivateKey::MAP,
40 ] + Attributes::MAP,
45 ] + PublicKey::MAP
H A DSpecifiedECDomain.php27 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SpecifiedECDomain
34 'fieldID' => FieldID::MAP,
35 'curve' => Curve::MAP,
36 'base' => ECPoint::MAP,
42 'hash' => ['optional' => true] + HashAlgorithm::MAP
H A DRevokedCertificate.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\RevokedCertificate
28 'userCertificate' => CertificateSerialNumber::MAP,
29 'revocationDate' => Time::MAP,
32 ] + Extensions::MAP
H A DORAddress.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\ORAddress
28 'built-in-standard-attributes' => BuiltInStandardAttributes::MAP,
29 …'built-in-domain-defined-attributes' => ['optional' => true] + BuiltInDomainDefinedAttributes::MAP,
30 'extension-attributes' => ['optional' => true] + ExtensionAttributes::MAP
H A DGeneralSubtree.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralSubtree
28 'base' => GeneralName::MAP,
34 ] + BaseDistance::MAP,
39 ] + BaseDistance::MAP
H A DCertificationRequestInfo.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificationRequestInfo
32 'subject' => Name::MAP,
33 'subjectPKInfo' => SubjectPublicKeyInfo::MAP,
38 ] + Attributes::MAP,
H A DPrivateKeyInfo.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PrivateKeyInfo
32 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP,
33 'privateKey' => PrivateKey::MAP,
38 ] + Attributes::MAP
H A DDistributionPoint.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\DistributionPoint
32 ] + DistributionPointName::MAP,
37 ] + ReasonFlags::MAP,
42 ] + GeneralNames::MAP
H A DAuthorityKeyIdentifier.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AuthorityKeyIdentifier
32 ] + KeyIdentifier::MAP,
37 ] + GeneralNames::MAP,
42 ] + CertificateSerialNumber::MAP
H A DGeneralName.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\GeneralName
32 ] + AnotherName::MAP,
49 ] + ORAddress::MAP,
54 ] + Name::MAP,
59 ] + EDIPartyName::MAP,
H A DAttributeTypeAndValue.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\AttributeTypeAndValue
28 'type' => AttributeType::MAP,
29 'value' => AttributeValue::MAP
H A DValidity.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Validity
28 'notBefore' => Time::MAP,
29 'notAfter' => Time::MAP
H A DPBES2params.php27 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBES2params
30 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
31 'encryptionScheme' => AlgorithmIdentifier::MAP
H A DPBMAC1params.php27 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PBMAC1params
30 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
31 'messageAuthScheme' => AlgorithmIdentifier::MAP
H A DEncryptedPrivateKeyInfo.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\EncryptedPrivateKeyInfo
28 'encryptionAlgorithm' => AlgorithmIdentifier::MAP,
29 'encryptedData' => EncryptedData::MAP
H A DCertificateList.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificateList
28 'tbsCertList' => TBSCertList::MAP,
29 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DCertificationRequest.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\CertificationRequest
28 'certificationRequestInfo' => CertificationRequestInfo::MAP,
29 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DSignedPublicKeyAndChallenge.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\SignedPublicKeyAndChallenge
28 'publicKeyAndChallenge' => PublicKeyAndChallenge::MAP,
29 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DPolicyMappings.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyMappings
32 'issuerDomainPolicy' => CertPolicyId::MAP,
33 'subjectDomainPolicy' => CertPolicyId::MAP
H A DCertificate.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Certificate
28 'tbsCertificate' => TBSCertificate::MAP,
29 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DAttribute.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\Attribute
28 'type' => AttributeType::MAP,
33 'children' => AttributeValue::MAP
H A DPolicyInformation.php25 const MAP = [ define in phpseclib3\\File\\ASN1\\Maps\\PolicyInformation
28 'policyIdentifier' => CertPolicyId::MAP,
34 'children' => PolicyQualifierInfo::MAP

123456