Bugscape bug 54500: made uniqueNamedKeyExists public.

This commit is contained in:
wchang0222%aol.com 2004-01-08 18:09:15 +00:00
parent 13779086a9
commit 2543d8c8d1

View File

@ -228,7 +228,7 @@ public class KeyManager {
private native SymmetricKey lookupKeyNative(CryptoToken token,
EncryptionAlgorithm alg, byte[] keyid) throws TokenException;
private boolean uniqueNamedKeyExists(String nickname)
public boolean uniqueNamedKeyExists(String nickname)
throws TokenException
{
return (lookupUniqueNamedKey(Encryptor.DEFAULT_ENCRYPTION_ALG,