EncryptedContentInfo
Represents the EncryptedContentInfo structure described in RFC5652
Extends
Implements
Constructors
Constructor
new EncryptedContentInfo(
parameters):EncryptedContentInfo
Initializes a new instance of the EncryptedContentInfo class
Parameters
parameters
EncryptedContentParameters = {}
Initialization parameters
Returns
EncryptedContentInfo
Overrides
Properties
contentEncryptionAlgorithm
contentEncryptionAlgorithm:
AlgorithmIdentifier
Implementation of
IEncryptedContentInfo.contentEncryptionAlgorithm
contentType
contentType:
string
Implementation of
IEncryptedContentInfo.contentType
encryptedContent?
optionalencryptedContent:any
Implementation of
IEncryptedContentInfo.encryptedContent
CLASS_NAME
staticCLASS_NAME:string="EncryptedContentInfo"
Name of the class
Overrides
Accessors
className
Get Signature
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
getEncryptedContent()
getEncryptedContent():
ArrayBuffer
Returns concatenated buffer from encryptedContent field.
Returns
ArrayBuffer
Array buffer
Since
3.0.0
Throws
Throws Error if encryptedContent is undefined
toJSON()
toJSON():
EncryptedContentInfoJson
Converts the class to JSON object
Returns
JSON object
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
"hex" | "base64" | "base64url"
Returns
string
Inherited from
blockName()
staticblockName():string
Returns block name
Returns
string
Returns string block name
Inherited from
compareWithDefault()
staticcompareWithDefault(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
defaultValues()
Call Signature
staticdefaultValues(memberName):string
Returns default values for all class members
Parameters
memberName
"contentType"
String name for a class member
Returns
string
Default value
Overrides
Call Signature
staticdefaultValues(memberName):AlgorithmIdentifier
Returns default values for all class members
Parameters
memberName
"contentEncryptionAlgorithm"
String name for a class member
Returns
Default value
Overrides
PkiObject.defaultValues
Call Signature
staticdefaultValues(memberName):OctetString
Returns default values for all class members
Parameters
memberName
"encryptedContent"
String name for a class member
Returns
OctetString
Default value
Overrides
PkiObject.defaultValues
fromBER()
staticfromBER<T>(this,raw):T
Creates PKI object from the raw data
Type Parameters
T
T extends PkiObject
Parameters
this
PkiObjectConstructor<T>
raw
BufferSource
ASN.1 encoded raw data
Returns
T
Initialized and filled current class object
Inherited from
schema()
staticschema(parameters):any
Returns value of pre-defined ASN.1 schema for current class
Parameters
parameters
EncryptedContentInfoSchema = {}
Input parameters for the schema
Returns
any
ASN.1 schema object