| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.keytab |
| Modifier and Type | Method and Description |
|---|---|
static Keytab |
Keytab.getInstance()
Returns a new instance of a keytab with the version
defaulted to 5.2.
|
(package private) static Keytab |
Keytab.read(byte[] bytes)
Read bytes into a keytab.
|
static Keytab |
Keytab.read(java.io.File file)
Read a keytab file.
|
private static Keytab |
Keytab.readKeytab(java.nio.ByteBuffer buffer)
Read the contents of the buffer into a keytab.
|