| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES All Classes | |||||||||
| 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 Macobject that implements the
 specified MAC algorithm. | 
| static Mac | Mac.getInstance(String algorithm,
 Provider provider)Generates an Macobject for the specified MAC
 algorithm from the specified provider. | 
| static Mac | Mac.getInstance(String algorithm,
 String provider)Generates an Macobject for the specified MAC
 algorithm from the specified provider. | 
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES All Classes | |||||||||
Copyright © 2004, 2010 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.