18 lines
736 B
Java
18 lines
736 B
Java
/* ----------------------------------------------------------------------------
|
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
* Version 3.0.8
|
|
*
|
|
* Do not make changes to this file unless you know what you are doing--modify
|
|
* the SWIG interface file instead.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
package com.sequencelogic;
|
|
|
|
import java.util.Date;
|
|
|
|
public interface eyeinterfaceConstants {
|
|
public final static int SL_KEYRING_DIGEST_LEN = eyeinterfaceJNI.SL_KEYRING_DIGEST_LEN_get();
|
|
public final static int SL_ECDH_HMAC_LEN = eyeinterfaceJNI.SL_ECDH_HMAC_LEN_get();
|
|
public final static int SL_ECDH_SECRET_LEN = eyeinterfaceJNI.SL_ECDH_SECRET_LEN_get();
|
|
}
|