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

/openjdk7/jdk/test/sun/security/krb5/auto/
H A DKDC.java61 * settings (except for the <code>writeKtab()</code> method). However, to make
106 * generates a random key. To expose this key, call <code>writeKtab()</code> to
118 * <li> <code>writeKtab</code>: Writes all principals' keys into a keytab file
272 * KDC.writeKtab("/etc/kdc/ktab", kdc); // Config is initialized,
304 public void writeKtab(String tab) throws IOException, KrbException { method in class:KDC

Completed in 34 milliseconds