All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dyadicsec.cryptoki.DYCK_FPE_PARAMS Maven / Gradle / Ivy

Go to download

This is a collection of JAVA libraries that implement Unbound cryptographic classes for JAVA provider, PKCS11 wrapper, cryptoki, and advapi

There is a newer version: 42761
Show newest version
package com.dyadicsec.cryptoki;

public class DYCK_FPE_PARAMS
{
    public static final int DYCK_FPE_EMAIL                = 1;
    public static final int DYCK_FPE_CREDIT_CARD          = 2;
    public static final int DYCK_FPE_US_PHONE             = 3;
    public static final int DYCK_FPE_SSN                  = 4;
    public static final int DYCK_FPE_STRING               = 5;

    public int       ulMode;
    public char[]    pFormat;
    public int       ulMaxLen;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy