java.security
Class Security
java.lang.Object
|
+--java.security.Security
- public final synchronized class Security
- extends Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
addProvider
public static int addProvider(Provider)
getAlgorithmProperty
public static String getAlgorithmProperty(String,
String)
getProperty
public static String getProperty(String)
getProvider
public static Provider getProvider(String)
getProviders
public static Provider[] getProviders()
insertProviderAt
public static int insertProviderAt(Provider,
int)
removeProvider
public static void removeProvider(String)
setProperty
public static void setProperty(String,
String)
Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.