Cryptix V3.1

Uses of Class
java.security.NoSuchProviderException

Packages that use NoSuchProviderException
java.security   
 

Uses of NoSuchProviderException in java.security
 

Methods in java.security that throw NoSuchProviderException
static Cipher Cipher.getInstance(String algorithm, String provider)
          Generates a Cipher object that implements the given cipher, from the given provider.
static Cipher Mode.getInstance(String algorithm, String provider)
          Generates a Mode object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
static PaddingScheme PaddingScheme.getInstance(String algorithm, String provider)
          Generates a PaddingScheme object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
static KeyGenerator KeyGenerator.getInstance(String algorithm, String provider)
          Generates a KeyGenerator object implementing the specified algorithm, as supplied from the specified provider, if such an algorithm is available from the provider.
static Object IJCE.getImplementation(String algorithm, String provider, String type)
          Returns an object configured to the specified type.
static Class IJCE.getImplementationClass(String algorithm, String provider, String type)
          Given an algorithm name (which may be an alias), a provider name, and a type, returns the corresponding algorithm class.
static Signature Signature.getInstance(String, String)
           
static KeyPairGenerator KeyPairGenerator.getInstance(String, String)
           
static MessageDigest MessageDigest.getInstance(String, String)
           
static SecureRandom SecureRandom.getInstance(String, String)
           
 


Cryptix V3.1

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