Send feedback
Stay organized with collections
Save and categorize content based on your preferences.
nl:: Weave:: SecuritySupport:: WeaveKeyExportClientNative
Summary
Public static functions
allowNestDevelopmentDevices (JNIEnv *env, jclass cls, jlong nativeClientPtr)
jboolean
allowSHA1DeviceCertificates (JNIEnv *env, jclass cls, jlong nativeClientPtr)
jboolean
generateKeyExportRequest_AccessToken (JNIEnv *env, jclass cls, jlong nativeClientPtr, jint keyId, jlong responderNodeId, jbyteArray accessToken)
jbyteArray
generateKeyExportRequest_Cert (JNIEnv *env, jclass cls, jlong nativeClientPtr, jint keyId, jlong responderNodeId, jbyteArray clientCert, jbyteArray clientKey)
jbyteArray
newNativeClient (JNIEnv *env, jclass cls)
jlong
processKeyExportReconfigure (JNIEnv *env, jclass cls, jlong nativeClientPtr, jbyteArray reconfig)
void
processKeyExportResponse (JNIEnv *env, jclass cls, jlong nativeClientPtr, jlong responderNodeId, jbyteArray exportResp)
jbyteArray
releaseNativeClient (JNIEnv *env, jclass cls, jlong nativeClientPtr)
void
resetNativeClient (JNIEnv *env, jclass cls, jlong nativeClientPtr)
void
setAllowNestDevelopmentDevices (JNIEnv *env, jclass cls, jlong nativeClientPtr, jboolean val)
void
setAllowSHA1DeviceCertificates (JNIEnv *env, jclass cls, jlong nativeClientPtr, jboolean val)
void
Public static functions
allowNestDevelopmentDevices
jboolean allowNestDevelopmentDevices(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr
)
allowSHA1DeviceCertificates
jboolean allowSHA1DeviceCertificates(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr
)
generateKeyExportRequest_AccessToken
jbyteArray generateKeyExportRequest_AccessToken(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr,
jint keyId,
jlong responderNodeId,
jbyteArray accessToken
)
generateKeyExportRequest_Cert
jbyteArray generateKeyExportRequest_Cert(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr,
jint keyId,
jlong responderNodeId,
jbyteArray clientCert,
jbyteArray clientKey
)
newNativeClient
jlong newNativeClient(
JNIEnv *env,
jclass cls
)
void processKeyExportReconfigure(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr,
jbyteArray reconfig
)
processKeyExportResponse
jbyteArray processKeyExportResponse (
JNIEnv * env ,
jclass cls ,
jlong nativeClientPtr ,
jlong responderNodeId ,
jbyteArray exportResp
)
releaseNativeClient
void releaseNativeClient(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr
)
resetNativeClient
void resetNativeClient(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr
)
setAllowNestDevelopmentDevices
void setAllowNestDevelopmentDevices(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr,
jboolean val
)
setAllowSHA1DeviceCertificates
void setAllowSHA1DeviceCertificates(
JNIEnv *env,
jclass cls,
jlong nativeClientPtr,
jboolean val
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. The OPENTHREAD and related marks are trademarks of the Thread Group and are used under license.
Last updated 2018-06-05 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2018-06-05 UTC."],[],[]]