| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mac | |
|---|---|
| javax.crypto | Provides the classes and interfaces for cryptographic operations. | 
| Uses of Mac in javax.crypto | 
|---|
| Methods in javax.crypto that return Mac | |
|---|---|
static Mac | 
Mac.getInstance(String algorithm)
Generates an Mac object that implements the
 specified MAC algorithm. | 
static Mac | 
Mac.getInstance(String algorithm,
            Provider provider)
Generates an Mac object for the specified MAC
 algorithm from the specified provider. | 
static Mac | 
Mac.getInstance(String algorithm,
            String provider)
Generates an Mac object for the specified MAC
 algorithm from the specified provider. | 
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.