authorityInfoAccess property

AuthorityInfoAccessExtension? authorityInfoAccess

Gets the map of the format (as a key) and location (as a value) of additional information about the CA who issued the certificate in which this extension appears from the AuthorityInfoAccess extension, (OID = 1.3.6.1.5.5.5.7.1.1).

Implementation

AuthorityInfoAccessExtension? get authorityInfoAccess =>
    extensionObject(oid: OID.authorityInfoAccess)
        as AuthorityInfoAccessExtension?;