Searched defs:ckey (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java353 final CipherHelper getCipherHelper(EncryptionKey ckey) throws GSSException { argument
356 cipherKey = (getKey() == null) ? ckey: getKey();

Completed in 45 milliseconds