Class NativeSecretKey
- java.lang.Object
-
- com.microej.crypto.internal.secretkey.NativeSecretKey
-
public class NativeSecretKey extends java.lang.ObjectMock implementation of the LLAPI: LLSEC_SECRET_KEY
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intnativeCreate(byte[] rawKey, int rawKeyLength, byte[] algorithm)static intnativeGetCloseId()static intnativeGetEncoded(int nativeId, byte[] output, int outputLength)static intnativeGetEncodedMaxSize(int nativeId)
-
-
-
Method Detail
-
nativeGetEncodedMaxSize
public static int nativeGetEncodedMaxSize(int nativeId)
-
nativeGetEncoded
public static int nativeGetEncoded(int nativeId, byte[] output, int outputLength)
-
nativeCreate
public static int nativeCreate(byte[] rawKey, int rawKeyLength, byte[] algorithm)
-
nativeGetCloseId
public static int nativeGetCloseId()
-
-