Home
last modified time | relevance | path

Searched refs:AlgorithmIdentifier (Results 1 – 19 of 19) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DPBMAC1params.php34 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
35 'messageAuthScheme' => AlgorithmIdentifier::MAP
H A DPBES2params.php34 'keyDerivationFunc' => AlgorithmIdentifier::MAP,
35 'encryptionScheme' => AlgorithmIdentifier::MAP
H A DHashAlgorithm.php29 const MAP = AlgorithmIdentifier::MAP;
H A DMaskGenAlgorithm.php29 const MAP = AlgorithmIdentifier::MAP;
H A DEncryptedPrivateKeyInfo.php32 'encryptionAlgorithm' => AlgorithmIdentifier::MAP,
H A DSubjectPublicKeyInfo.php32 'algorithm' => AlgorithmIdentifier::MAP,
H A DDigestInfo.php34 'digestAlgorithm' => AlgorithmIdentifier::MAP,
H A DPublicKeyInfo.php35 'publicKeyAlgorithm' => AlgorithmIdentifier::MAP,
H A DAlgorithmIdentifier.php27 abstract class AlgorithmIdentifier class
H A DCertificate.php33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DCertificateList.php33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DSignedPublicKeyAndChallenge.php33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DCertificationRequest.php33 'signatureAlgorithm' => AlgorithmIdentifier::MAP,
H A DPBKDF2params.php42 'prf' => AlgorithmIdentifier::MAP + ['optional' => true]
H A DPrivateKeyInfo.php36 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP,
H A DOneAsymmetricKey.php38 'privateKeyAlgorithm' => AlgorithmIdentifier::MAP,
H A DTBSCertList.php38 'signature' => AlgorithmIdentifier::MAP,
H A DTBSCertificate.php44 'signature' => AlgorithmIdentifier::MAP,
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js69965 …this.seq().obj(this.key('algorithm').use(AlgorithmIdentifier), this.key('subjectPublicKey').bitstr…
69968 var AlgorithmIdentifier = asn1.define('AlgorithmIdentifier', function () {
69972 …this.seq().obj(this.key('version').int(), this.key('algorithm').use(AlgorithmIdentifier), this.key…
70015 var AlgorithmIdentifier = asn.define('AlgorithmIdentifier', function () {
70019 …this.seq().obj(this.key('algorithm').use(AlgorithmIdentifier), this.key('subjectPublicKey').bitstr…
70039 …ional(), this.key('serialNumber').int(), this.key('signature').use(AlgorithmIdentifier), this.key(…
70042 …tificate').use(TBSCertificate), this.key('signatureAlgorithm').use(AlgorithmIdentifier), this.key(…