SATSA - JSR177

Uses of Class
java.security.NoSuchAlgorithmException

Packages that use NoSuchAlgorithmException
java.security Provides the classes and interfaces for the security framework. 
javax.crypto Provides the classes and interfaces for cryptographic operations. 
 

Uses of NoSuchAlgorithmException in java.security
 

Methods in java.security that throw NoSuchAlgorithmException
static KeyFactory KeyFactory.getInstance(String algorithm)
          Generates a KeyFactory object that implements the specified algorithm.
static MessageDigest MessageDigest.getInstance(String algorithm)
          Generates a MessageDigest object that implements the specified digest algorithm.
static Signature Signature.getInstance(String algorithm)
          Generates a Signature object that implements the specified digest algorithm.
 

Uses of NoSuchAlgorithmException in javax.crypto
 

Methods in javax.crypto that throw NoSuchAlgorithmException
static Cipher Cipher.getInstance(String transformation)
          Generates a Cipher object that implements the specified transformation.
 


SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.