Searched defs:pValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_ATTRIBUTE.java60 * CK_VOID_PTR pValue;  
131 public CK_ATTRIBUTE(long type, Object pValue) { argument
133 this.pValue = pValue;
138 this.pValue = Boolean.valueOf(value);
143 this.pValue = Long.valueOf(value);
148 this.pValue = sun.security.pkcs11.P11Util.getMagnitude(value);
152 if (pValue instanceof byte[] == false) {
155 return new BigInteger(1, (byte[])pValue);
159 if (pValue instanceo
203 public Object pValue; field in class:CK_ATTRIBUTE
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Djni.cpp274 jstring pProp, jstring pValue) {
277 const char* value = env->GetStringUTFChars(pValue, JNI_FALSE);
280 env->ReleaseStringUTFChars(pValue, value);
273 Java_com_sun_java_util_jar_pack_NativeUnpack_setOption(JNIEnv *env, jobject pObj, jstring pProp, jstring pValue) argument
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h557 CK_VOID_PTR pValue; member in struct:CK_ATTRIBUTE

Completed in 2954 milliseconds