Home
last modified time | relevance | path

Searched refs:hCryptKey (Results 1 – 25 of 84) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
H A DCPrivateKey.java46 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
47 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
65 if (handles.hCryptKey != 0) { in toString()
67 getKeyType(handles.hCryptKey) + ", container=" + in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
H A DCPrivateKey.java46 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
47 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
65 if (handles.hCryptKey != 0) { in toString()
67 getKeyType(handles.hCryptKey) + ", container=" + in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
H A DCPrivateKey.java46 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
47 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
65 if (handles.hCryptKey != 0) { in toString()
67 getKeyType(handles.hCryptKey) + ", container=" + in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
86 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
94 return handles.hCryptKey; in getHCryptKey()
107 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
H A DCPrivateKey.java46 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
47 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
65 if (handles.hCryptKey != 0) { in toString()
67 getKeyType(handles.hCryptKey) + ", container=" + in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
H A DCPrivateKey.java46 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
47 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
65 if (handles.hCryptKey != 0) { in toString()
67 getKeyType(handles.hCryptKey) + ", container=" + in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
H A DCPrivateKey.java46 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
47 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
65 if (handles.hCryptKey != 0) { in toString()
67 getKeyType(handles.hCryptKey) + ", container=" + in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.mscapi/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
85 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
93 return handles.hCryptKey; in getHCryptKey()
106 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/security/mscapi/
H A DCKey.java51 long hCryptKey = 0; field in CKey.NativeHandles
53 public NativeHandles(long hCryptProv, long hCryptKey) { in NativeHandles() argument
55 this.hCryptKey = hCryptKey; in NativeHandles()
62 cleanUp(hCryptProv, hCryptKey); in finalize()
64 hCryptKey = 0; in finalize()
86 private native static void cleanUp(long hCryptProv, long hCryptKey); in cleanUp() argument
94 return handles.hCryptKey; in getHCryptKey()
107 protected native static String getKeyType(long hCryptKey); in getKeyType() argument
H A DCPublicKey.java72 handles.hCryptProv, handles.hCryptKey); in getW()
132 if (handles.hCryptKey != 0) { in toString()
133 sb.append(getKeyType(handles.hCryptKey)) in toString()
148 handles.hCryptProv, handles.hCryptKey); in getPublicExponent()
162 handles.hCryptProv, handles.hCryptKey); in getModulus()
191 String alg, long hCryptProv, long hCryptKey, int keyLength) { in of() argument
192 return of(alg, new NativeHandles(hCryptProv, hCryptKey), keyLength); in of()
225 native byte[] getPublicKeyBlob(long hCryptProv, long hCryptKey) in getPublicKeyBlob() argument

1234