RSASSAPSSParams
Class from RFC4055
Static Method Summary
Static Public Methods | ||
public static |
defaultValues(memberName: string): number 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 RSASSAPSSParams class |
Member Summary
Public Members | ||
public |
Algorithms of hashing (DEFAULT sha1) |
|
public |
Algorithm of "mask generaion function (MGF)" (DEFAULT mgf1SHA1) |
|
public |
Salt length (DEFAULT 20) |
|
public |
(DEFAULT 1) |
Method Summary
Public Methods | ||
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 |
Static Public Methods
Public Constructors
Public Members
public maskGenAlgorithm: AlgorithmIdentifier source
Algorithm of "mask generaion function (MGF)" (DEFAULT mgf1SHA1)