Package com.netscape.cms.servlet.tks
Class KDF
- java.lang.Object
-
- com.netscape.cms.servlet.tks.KDF
-
- Direct Known Subclasses:
NistSP800_108KDF
,StandardKDF
public class KDF extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KDF()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
getDesParity(byte[] key)
static byte[]
getDiversificationData_EMV(byte[] context, java.lang.String type)
static byte[]
getDiversificationData_VISA2(byte[] context, java.lang.String type)
-
-
-
Method Detail
-
getDiversificationData_EMV
public static byte[] getDiversificationData_EMV(byte[] context, java.lang.String type) throws EBaseException
- Throws:
EBaseException
-
getDiversificationData_VISA2
public static byte[] getDiversificationData_VISA2(byte[] context, java.lang.String type) throws EBaseException
- Throws:
EBaseException
-
getDesParity
public static byte[] getDesParity(byte[] key) throws EBaseException
- Throws:
EBaseException
-
-