public class KeytabEntry extends Object
| Constructor and Description |
|---|
KeytabEntry() |
KeytabEntry(PrincipalName principal,
KerberosTime timestamp,
int kvno,
EncryptionKey key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EncryptionKey |
getKey() |
int |
getKvno() |
PrincipalName |
getPrincipal() |
KerberosTime |
getTimestamp() |
int |
hashCode() |
void |
load(KeytabInputStream kis,
int version) |
void |
store(KeytabOutputStream kos) |
void |
writeBody(KeytabOutputStream kos,
int version) |
public KeytabEntry(PrincipalName principal, KerberosTime timestamp, int kvno, EncryptionKey key)
public KeytabEntry()
public void load(KeytabInputStream kis, int version) throws IOException
IOExceptionpublic void store(KeytabOutputStream kos) throws IOException
IOExceptionpublic EncryptionKey getKey()
public int getKvno()
public PrincipalName getPrincipal()
public KerberosTime getTimestamp()
public void writeBody(KeytabOutputStream kos, int version) throws IOException
IOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.