Cryptix V3.1

Uses of Class
java.security.Provider

Packages that use Provider
cryptix.provider   
java.security   
 

Uses of Provider in cryptix.provider
 

Subclasses of Provider in cryptix.provider
 class Cryptix
          This class acts as a security provider for the Java Cryptography Architecture.
 

Uses of Provider in java.security
 

Methods in java.security that return Provider
 Provider Signature.getProvider()
           
 Provider KeyPairGenerator.getProvider()
           
 Provider MessageDigest.getProvider()
           
 Provider SecureRandom.getProvider()
           
static Provider Security.getProvider(String)
           
static Provider[] Security.getProviders()
           
 

Methods in java.security with parameters of type Provider
static String[] Cipher.getAlgorithms(Provider provider)
          Gets the standard names of all Ciphers implemented by a provider.
static String[] Mode.getAlgorithms(Provider provider)
          Gets the standard names of all Modes implemented by a provider.
static String[] PaddingScheme.getAlgorithms(Provider provider)
          Gets the standard names of all PaddingSchemes implemented by a provider.
static String[] KeyGenerator.getAlgorithms(Provider provider)
          Gets the standard names of all KeyGenerators implemented by a provider.
static String[] IJCE.getAlgorithms(Provider provider, String type)
          Gets the standard names of all algorithms of the given type implemented by a provider.
static int Security.addProvider(Provider)
           
static int Security.insertProviderAt(Provider, int)
           
 

Constructors in java.security with parameters of type Provider
SecureRandom.SecureRandom(SecureRandomSpi, Provider)
           
 


Cryptix V3.1

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