AuthorityInfoAccessExtension
Represents the Authority Info Access certificate extension
Extends
Constructors
Constructor
new AuthorityInfoAccessExtension(
raw):AuthorityInfoAccessExtension
Creates a new instance from DER encoded buffer
Parameters
raw
BufferSource
DER encoded buffer
Returns
AuthorityInfoAccessExtension
Overrides
Constructor
new AuthorityInfoAccessExtension(
value,critical?):AuthorityInfoAccessExtension
Creates a new instance
Parameters
value
AuthorityInfoAccessSyntax
The value of the extension
critical?
boolean
Indicates whether the extension is critical. Default is false
Returns
AuthorityInfoAccessExtension
Overrides
Constructor
new AuthorityInfoAccessExtension(
params,critical?):AuthorityInfoAccessExtension
Creates a new instance
Parameters
params
The value of the extension
critical?
boolean
Indicates whether the extension is critical. Default is false
Returns
AuthorityInfoAccessExtension
Overrides
Extension.constructor
Properties
asn
protectedreadonlyasn:AsnExtension
ASN.1 object
Inherited from
caIssuers
caIssuers:
GeneralName[]
caRepository
caRepository:
GeneralName[]
critical
critical:
boolean
Indicates where extension is critical
Inherited from
ocsp
ocsp:
GeneralName[]
timeStamping
timeStamping:
GeneralName[]
type
type:
string
Gets an extension identifier
Inherited from
value
value:
ArrayBuffer
Gets a DER encoded value of extension
Inherited from
NAME
staticNAME:string="Authority Info Access"
Overrides
Accessors
rawData
Get Signature
get rawData():
ArrayBuffer
Gets a DER encoded buffer
Returns
ArrayBuffer
Inherited from
Methods
equal()
equal(
data):data is AuthorityInfoAccessExtension
Returns true if ASN.1 data is equal to another ASN.1 data, otherwise false
Parameters
data
any
Any data
Returns
data is AuthorityInfoAccessExtension
Inherited from
getTextName()
protectedgetTextName():string
Returns
string
Inherited from
onInit()
protectedonInit(asn):void
Occurs on instance initialization
Parameters
asn
Extension
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()
protectedtoTextObjectEmpty(value?):TextObject
Parameters
value?
string
Returns
Inherited from
toTextObjectWithoutValue()
toTextObjectWithoutValue():
TextObject