KeyAgreeRecipientInfo
Represents the KeyAgreeRecipientInfo structure described in RFC5652
Extends
Implements
Constructors
new KeyAgreeRecipientInfo()
new KeyAgreeRecipientInfo(
parameters
):KeyAgreeRecipientInfo
Initializes a new instance of the KeyAgreeRecipientInfo class
Parameters
• parameters: KeyAgreeRecipientInfoParameters
= {}
Initialization parameters
Returns
Overrides
Properties
keyEncryptionAlgorithm
keyEncryptionAlgorithm:
AlgorithmIdentifier
Implementation of
IKeyAgreeRecipientInfo
.keyEncryptionAlgorithm
originator
originator:
OriginatorIdentifierOrKey
Implementation of
IKeyAgreeRecipientInfo
.originator
recipientCertificate
recipientCertificate:
Certificate
Implementation of
IKeyAgreeRecipientInfo
.recipientCertificate
recipientEncryptedKeys
recipientEncryptedKeys:
RecipientEncryptedKeys
Implementation of
IKeyAgreeRecipientInfo
.recipientEncryptedKeys
recipientPublicKey
recipientPublicKey:
null
|CryptoKey
Implementation of
IKeyAgreeRecipientInfo
.recipientPublicKey
ukm?
optional
ukm:OctetString
Implementation of
version
version:
number
Implementation of
IKeyAgreeRecipientInfo
.version
CLASS_NAME
static
CLASS_NAME:string
="KeyAgreeRecipientInfo"
Name of the class
Overrides
Accessors
className
get
className():string
Returns
string
Inherited from
Methods
fromSchema()
fromSchema(
schema
):void
Converts parsed ASN.1 object into current class
Parameters
• schema: any
ASN.1 schema
Returns
void
Overrides
toJSON()
toJSON():
KeyAgreeRecipientInfoJson
Conversion for the class to JSON object
Returns
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
compareWithDefault()
static
compareWithDefault(memberName
,memberValue
):boolean
Compare values with default values for all class members
Parameters
• memberName: string
String name for a class member
• memberValue: any
Value to compare with default value
Returns
boolean