Searched refs:keytab (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A Dgsseg_jaas.conf19 keyTab=machineX.keytab;
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DEncryptionKey.java102 * the principal from a keytab.
105 * @param keytab the path to the keytab file. A value of null
113 String keytab)
118 "Cannot have null pricipal name to look in keytab.");
121 KeyTab ktab = KeyTab.getInstance(keytab);
132 * keytab.
135 * @param keytab the path to the keytab file. A value of null
141 String keytab) {
140 acquireSecretKeys(PrincipalName princ, String keytab) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKinitOptions.java68 public boolean keytab; field in class:KinitOptions
72 private String ktabName; // keytab file name
128 ("-t option/keytab file name repeated");
133 ("-t option requires keytab file name");
264 System.out.println("\t -k use keytab");
265 System.out.println("\t -t keytab file name");

Completed in 2454 milliseconds