mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8228659: Record which Java methods are called by native codes in JGSS and JAAS
Reviewed-by: mullan
This commit is contained in:
parent
83b11a570a
commit
12c278c3e3
17 changed files with 44 additions and 95 deletions
|
@ -88,8 +88,7 @@ public class KerberosTime {
|
|||
this(time, 0);
|
||||
}
|
||||
|
||||
// This constructor is used in the native code
|
||||
// src/windows/native/sun/security/krb5/NativeCreds.c
|
||||
// Warning: called by NativeCreds.c and nativeccache.c
|
||||
public KerberosTime(String time) throws Asn1Exception {
|
||||
this(toKerberosTime(time), 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue