AttributeTypeAndValue
Class from RFC5280
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 AttributeTypeAndValue class |
|
Method Summary
| Public Methods | ||
| public |
fromSchema(schema: Object) Convert parsed asn1js object into current class |
|
| public |
isEqual(compareTo: AttributeTypeAndValue | ArrayBuffer): boolean Compare two AttributeTypeAndValue values, or AttributeTypeAndValue with ArrayBuffer value |
|
| 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 Methods
public fromSchema(schema: Object) source
Convert parsed asn1js object into current class
Params:
| Name | Type | Attribute | Description |
| schema | Object |
|
public isEqual(compareTo: AttributeTypeAndValue | ArrayBuffer): boolean source
Compare two AttributeTypeAndValue values, or AttributeTypeAndValue with ArrayBuffer value
Params:
| Name | Type | Attribute | Description |
| compareTo | AttributeTypeAndValue | ArrayBuffer | The value compare to current |