Cryptix V3.1

java.security
Class Security

java.lang.Object
  |
  +--java.security.Security

public final synchronized class Security
extends Object


Method Summary
static int addProvider(Provider)
           
static String getAlgorithmProperty(String, String)
           
static String getProperty(String)
           
static Provider getProvider(String)
           
static Provider[] getProviders()
           
static int insertProviderAt(Provider, int)
           
static void removeProvider(String)
           
static void setProperty(String, String)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.