Hello, I'm trying to build a keytab using a user's principal and password. I've got the following sample code: https://stackoverflow.com/questions/23269894/can-i-generate-my-own-keytab-programmatically-in-java which is pretty old. I'm integrating it with kerby 1.1.1 and it doesn't look like KerberosKeyFactory exists anymore. Is there an example of how to do this with kerby 1.1.1?
Thanks Marc
