OtherPrimeInfo
in package
AbstractYes
OtherPrimeInfo
Tags
Table of Contents
Constants
- MAP = ['type' => \phpseclib3\File\ASN1::TYPE_SEQUENCE, 'children' => [ 'prime' => ['type' => \phpseclib3\File\ASN1::TYPE_INTEGER], // ri 'exponent' => ['type' => \phpseclib3\File\ASN1::TYPE_INTEGER], // di 'coefficient' => ['type' => \phpseclib3\File\ASN1::TYPE_INTEGER], ]]
Constants
MAP
public
mixed
MAP
= ['type' => \phpseclib3\File\ASN1::TYPE_SEQUENCE, 'children' => [
'prime' => ['type' => \phpseclib3\File\ASN1::TYPE_INTEGER],
// ri
'exponent' => ['type' => \phpseclib3\File\ASN1::TYPE_INTEGER],
// di
'coefficient' => ['type' => \phpseclib3\File\ASN1::TYPE_INTEGER],
]]