ChallengePasswordAttribute
Represents the Attribute structure
Extends
Constructors
new ChallengePasswordAttribute()
new ChallengePasswordAttribute(
raw
):ChallengePasswordAttribute
Creates a new instance from DER encoded buffer
Parameters
• raw: BufferSource
DER encoded buffer
Returns
Overrides
new ChallengePasswordAttribute()
new ChallengePasswordAttribute(
value
):ChallengePasswordAttribute
Creates a new instance
Parameters
• value: string
Returns
Overrides
Properties
password
password:
string
rawData
readonly
rawData:ArrayBuffer
Gets a DER encoded buffer
Inherited from
type
type:
string
Gets an attribute identifier
Inherited from
values
values:
ArrayBuffer
[]
Gets a list of DER encoded attribute values
Inherited from
NAME
static
NAME:string
="Challenge Password"
Overrides
Methods
equal()
equal(
data
):data is ChallengePasswordAttribute
Returns true
if ASN.1 data is equal to another ASN.1 data, otherwise false
Parameters
• data: any
Any data
Returns
data is ChallengePasswordAttribute
Inherited from
getTextName()
protected
getTextName():string
Returns
string
Inherited from
onInit()
protected
onInit(asn
):void
Occurs on instance initialization
Parameters
• asn: Attribute
ASN.1 object
Returns
void
Overrides
toString()
toString(
format
):string
Returns a string representation of an object.
Parameters
• format: AsnDataStringFormat
= "text"
Returns
string
Inherited from
toTextObject()
toTextObject():
TextObject
Returns the object in textual representation
Returns
Overrides
toTextObjectEmpty()
protected
toTextObjectEmpty(value
?):TextObject
Parameters
• value?: string
Returns
Inherited from
toTextObjectWithoutValue()
toTextObjectWithoutValue():
TextObject