Searched refs:encryptionKeyConstructor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/krb5/
H A Dnativeccache.c56 static jmethodID encryptionKeyConstructor = 0; variable
161 encryptionKeyConstructor = (*env)->GetMethodID(env, encryptionKeyClass, "<init>", "(I[B)V");
162 if (encryptionKeyConstructor == 0) {
480 encryptionKey = (*env)->NewObject(env, encryptionKeyClass, encryptionKeyConstructor, cryptoKey->enctype, ary);
/openjdk7/jdk/src/windows/native/sun/security/krb5/
H A DNativeCreds.c66 jmethodID encryptionKeyConstructor = 0; variable
291 encryptionKeyConstructor = (*env)->GetMethodID(env, encryptionKeyClass,
293 if (encryptionKeyConstructor == 0) {
992 encryptionKeyConstructor, cryptoKey->KeyType, ary);

Completed in 32 milliseconds