KeyAgreeRecipientInfo
Class from RFC5652
Static Method Summary
| Static Public Methods | ||
| public static |
compareWithDefault(memberName: string, memberValue: *): boolean Compare values with default values for all class members |
|
| 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 KeyAgreeRecipientInfo class |
|
Member Summary
| Public Members | ||
| public |
keyEncryptionAlgorithm |
|
| public |
originator |
|
| public |
recipientCertificate For some reasons we need to store recipient's certificate here |
|
| public |
recipientEncryptedKeys |
|
| public |
ukm: OctetString ukm |
|
| public |
version |
|
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 static compareWithDefault(memberName: string, memberValue: *): boolean source
Compare values with default values for all class members
Params:
| Name | Type | Attribute | Description |
| memberName | string | String name for a class member |
|
| memberValue | * | Value to compare with default value |
Public Constructors
Public Members
public recipientCertificate: Certificate source
recipientCertificate For some reasons we need to store recipient's certificate here