krb5.util.keytab
Class Keytab

java.lang.Object
  extended by krb5.util.keytab.Keytab

public class Keytab
extends java.lang.Object

Class Description : Class representing the keytab <\b> file.

Version:
1.1
Author:
Bojan Pajkovski

Constructor Summary
Keytab(java.lang.String kekTabPath)
          Class constructor
 
Method Summary
 EncryptionKey getEncryptionKey(PrincipalName pName)
          Get the enctryption key
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keytab

public Keytab(java.lang.String kekTabPath)
Class constructor

Parameters:
kekTabPath -
Method Detail

getEncryptionKey

public EncryptionKey getEncryptionKey(PrincipalName pName)
Get the enctryption key

Parameters:
pName - User name
Returns:
EncryptionKey