Skip to main content

OtherPrimeInfo

Represents the OtherPrimeInfo structure described in RFC3447

Extends​

Implements​

Constructors​

Constructor​

new OtherPrimeInfo(parameters?): OtherPrimeInfo

Initializes a new instance of the OtherPrimeInfo class

Parameters​

parameters?​

OtherPrimeInfoParameters = {}

Initialization parameters

Returns​

OtherPrimeInfo

Overrides​

PkiObject.constructor

Properties​

coefficient​

coefficient: Integer

Implementation of​

IOtherPrimeInfo.coefficient


exponent​

exponent: Integer

Implementation of​

IOtherPrimeInfo.exponent


prime​

prime: Integer

Implementation of​

IOtherPrimeInfo.prime


CLASS_NAME​

static CLASS_NAME: string = "OtherPrimeInfo"

Name of the class

Overrides​

PkiObject.CLASS_NAME

Accessors​

className​

Get Signature​

get className(): string

Returns​

string

Inherited from​

PkiObject.className

Methods​

fromJSON()​

fromJSON(json): void

Converts JSON value into current object

Parameters​

json​

OtherPrimeInfoJson

JSON object

Returns​

void


fromSchema()​

fromSchema(schema): void

Converts parsed ASN.1 object into current class

Parameters​

schema​

any

ASN.1 schema

Returns​

void

Overrides​

PkiObject.fromSchema


toJSON()​

toJSON(): OtherPrimeInfoJson

Converts the class to JSON object

Returns​

OtherPrimeInfoJson

JSON object

Overrides​

PkiObject.toJSON


toSchema()​

toSchema(): Sequence

Converts current object to ASN.1 object and sets correct values

Returns​

Sequence

ASN.1 object

Overrides​

PkiObject.toSchema


toString()​

toString(encoding?): string

Parameters​

encoding?​

"hex" | "base64" | "base64url"

Returns​

string

Inherited from​

PkiObject.toString


blockName()​

static blockName(): string

Returns block name

Returns​

string

Returns string block name

Inherited from​

PkiObject.blockName


defaultValues()​

static defaultValues(memberName): Integer

Returns default values for all class members

Parameters​

memberName​

"prime" | "exponent" | "coefficient"

String name for a class member

Returns​

Integer

Default value

Overrides​

PkiObject.defaultValues


fromBER()​

static fromBER<T>(this, raw): T

Creates PKI object from the raw data

Type Parameters​

T​

T extends PkiObject

Parameters​

this​

PkiObjectConstructor<T>

raw​

BufferSource

ASN.1 encoded raw data

Returns​

T

Initialized and filled current class object

Inherited from​

PkiObject.fromBER


schema()​

static schema(parameters?): any

Returns value of pre-defined ASN.1 schema for current class

Parameters​

parameters?​

OtherPrimeInfoSchema = {}

Input parameters for the schema

Returns​

any

ASN.1 schema object

Overrides​

PkiObject.schema