Skip to content

[Android] X509KeyStorageFlags in X509Certificate constructor are ignored #52435

Closed
@filipnavara

Description

@filipnavara

This is mirror of identical issue on iOS:

The implementation of PKCS#12 certificate loading ignores the flags passed to the constructor.

Code reference:

ICertificatePal[] certPals = ReadPkcs12Collection(rawData, password);
return new AndroidCertLoader(certPals);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions