Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KrbException (0.07 sec)

  1. src/test/java/jcifs/tests/KerberosTest.java

                throws Asn1Exception, KrbException, IOException {
            PrincipalName principalName = convertPrincipal(principal);
            EncryptionKey[] keys = Krb5Util.keysFromJavaxKeyTab(keytab, principalName);
    
            if ( keys == null || keys.length == 0 ) {
                throw new KrbException("Could not find any keys in keytab for " + principalName); //$NON-NLS-1$
            }
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Mar 01 09:46:04 UTC 2020
    - 11.5K bytes
    - Viewed (0)
Back to top