jdk/test/sun/security/krb5/auto/UseCacheAndStoreKey.java
changeset 30820 0d4717a011d3
parent 14030 8dc91f5c3d67
child 31474 7b79555b8073
equal deleted inserted replaced
30819:45d6fd3af6ac 30820:0d4717a011d3
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7201053
    26  * @bug 7201053
    27  * @summary Krb5LoginModule shows NPE when both useTicketCache and storeKey
    27  * @summary Krb5LoginModule shows NPE when both useTicketCache and storeKey
    28  *          are set to true
    28  *          are set to true
       
    29  * @modules java.base/sun.net.spi.nameservice
       
    30  *          java.base/sun.security.util
       
    31  *          java.security.jgss/sun.security.krb5
       
    32  *          java.security.jgss/sun.security.krb5.internal
       
    33  *          java.security.jgss/sun.security.krb5.internal.ccache
       
    34  *          java.security.jgss/sun.security.krb5.internal.crypto
       
    35  *          java.security.jgss/sun.security.krb5.internal.ktab
    29  * @compile -XDignore.symbol.file UseCacheAndStoreKey.java
    36  * @compile -XDignore.symbol.file UseCacheAndStoreKey.java
    30  * @run main/othervm UseCacheAndStoreKey
    37  * @run main/othervm UseCacheAndStoreKey
    31  */
    38  */
    32 
    39 
    33 import java.io.FileOutputStream;
    40 import java.io.FileOutputStream;