EncUVD: {
    b64Data: string;
    b64SKey: string;
    seqNum?: number;
}

Type declaration

  • b64Data: string

    data encrypted with the original key in b64SKey

  • b64SKey: string

    A key that encrypts data encrypted with the wepin's public key.

  • OptionalseqNum?: number

    Values to check for when using PIN numbers to ensure they are used in order