Skip to content

Failed to parse AAPublicKey from EF.DG15: Exception: Invalid Algorithm OID object tag=30, expected tag=06 #35

@hnvn

Description

@hnvn

A typo in following code line causes this error:

if (tvAlg.tag.value != 0x06) { // OID

The correct codes should be:

 if (tvAlgOID.tag.value != 0x06)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions