|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
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,
String provider)
Generates an Mac object for the specified MAC
algorithm from the specified provider. |
static Mac |
Mac.getInstance(String algorithm,
Provider provider)
Generates an Mac object for the specified MAC
algorithm from the specified provider. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.