Cryptix V3.1

Uses of Class
java.security.NoSuchAlgorithmException

Packages that use NoSuchAlgorithmException
java.security   
 

Uses of NoSuchAlgorithmException in java.security
 

Methods in java.security that throw NoSuchAlgorithmException
static Cipher Cipher.getInstance(String algorithm)
          Generates a Cipher object that implements the given algorithm.
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)
          Generates a Mode object that implements the algorithm requested, as available in the environment.
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)
          Generates a PaddingScheme object that implements the algorithm requested, as available in the environment.
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)
          Generates a KeyGenerator object that implements the algorithm requested, as available in the environment.
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 type)
          Returns an object configured to the specified type.
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 type)
          Given an algorithm name (which may be an alias) and type, returns the corresponding algorithm class from any provider.
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)
           
static Signature Signature.getInstance(String, String)
           
static KeyPairGenerator KeyPairGenerator.getInstance(String)
           
static KeyPairGenerator KeyPairGenerator.getInstance(String, String)
           
static MessageDigest MessageDigest.getInstance(String)
           
static MessageDigest MessageDigest.getInstance(String, String)
           
static SecureRandom SecureRandom.getInstance(String)
           
static SecureRandom SecureRandom.getInstance(String, String)
           
 


Cryptix V3.1

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