Searched refs:byte_array_class (Results 1 – 1 of 1) sorted by relevance
24 jclass byte_array_class = env->FindClass("[B"); in GetCertificateByteArray() local25 jobjectArray joa = env->NewObjectArray(count, byte_array_class, NULL); in GetCertificateByteArray()