RSAPublicKey
Represents the RSAPublicKey structure described in RFC3447
Extends
Implements
Constructors
new RSAPublicKey()
new RSAPublicKey(
parameters
):RSAPublicKey
Initializes a new instance of the RSAPublicKey class
Parameters
• parameters: RSAPublicKeyParameters
= {}
Initialization parameters
Returns
Overrides
Properties
modulus
modulus:
Integer
Modulus part of RSA public key
Implementation of
publicExponent
publicExponent:
Integer
Public exponent of RSA public key
Implementation of
CLASS_NAME
static
CLASS_NAME:string
="RSAPublicKey"
Name of the class
Overrides
Accessors
className
get
className():string
Returns
string
Inherited from
Methods
fromJSON()
fromJSON(
json
):void
Converts JSON value into current object
Parameters
• json: RSAPublicKeyJson
JSON object
Returns
void
fromSchema()
fromSchema(
schema
):void
Converts parsed ASN.1 object into current class
Parameters
• schema: AsnType
ASN.1 schema
Returns
void
Overrides
toJSON()
toJSON():
RSAPublicKeyJson
Converts the class to JSON object
Returns
JSON object
Overrides
toSchema()
toSchema():
Sequence
Converts current object to ASN.1 object and sets correct values
Returns
Sequence
ASN.1 object
Overrides
toString()
toString(
encoding
):string
Parameters
• encoding: "base64"
| "base64url"
| "hex"
= "hex"
Returns
string
Inherited from
blockName()
static
blockName():string
Returns block name
Returns
string
Returns string block name
Inherited from
defaultValues()
static
defaultValues(memberName
):Integer
Returns default values for all class members
Parameters
• memberName: "modulus"
| "publicExponent"
String name for a class member
Returns
Integer
Default value
Overrides
fromBER()
static
fromBER<T
>(this
,raw
):T
Creates PKI object from the raw data
Type Parameters
• T extends PkiObject
Parameters
• this: PkiObjectConstructor
<T
>
• raw: BufferSource
ASN.1 encoded raw data
Returns
T
Initialized and filled current class object
Inherited from
schema()
static
schema(parameters
):any
Returns value of pre-defined ASN.1 schema for current class
Parameters
• parameters: SchemaParameters
<object
> = {}
Input parameters for the schema
Returns
any
ASN.1 schema object