RSAPrivateKey
Class from RFC3447
Static Method Summary
| Static Public Methods | ||
| public static |
defaultValues(memberName: string): *[] Return default values for all class members |
|
| public static |
Return value of asn1js schema for current class |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(parameters: Object) Constructor for RSAPrivateKey class |
|
Member Summary
| Public Members | ||
| public |
coefficient: Integer coefficient |
|
| public |
exponent1: Integer exponent1 |
|
| public |
exponent2: Integer exponent2 |
|
| public |
modulus: Integer modulus |
|
| public |
otherPrimeInfos |
|
| public |
prime1: Integer prime1 |
|
| public |
prime2: Integer prime2 |
|
| public |
privateExponent: Integer privateExponent |
|
| public |
publicExponent: Integer publicExponent |
|
| public |
version |
|
Method Summary
| Public Methods | ||
| public |
Convert JSON value into current object |
|
| public |
fromSchema(schema: Object) Convert parsed asn1js object into current class |
|
| public |
Convertion for the class to JSON object |
|
| public |
Convert current object to asn1js object and set correct values |
|