Uses of Class
javax.crypto.Mac
| Package | Description |
|---|---|
| javax.crypto |
This package provides the classes and interfaces for cryptographic applications implementing algorithms for encryption, decryption, or
key agreement.
|
| org.bouncycastle.jcajce | |
| org.bouncycastle.jcajce.io |
-
Uses of Mac in javax.crypto
Methods in javax.crypto that return Mac Modifier and Type Method Description static MacMac. getInstance(String algorithm)Creates a newMacinstance that provides the specified MAC algorithm.static MacMac. getInstance(String algorithm, String provider)Creates a newMacinstance that provides the specified MAC algorithm from the specified provider.static MacMac. getInstance(String algorithm, Provider provider)Creates a newMacinstance that provides the specified MAC algorithm from the specified provider. -
Uses of Mac in org.bouncycastle.jcajce
-
Uses of Mac in org.bouncycastle.jcajce.io
Fields in org.bouncycastle.jcajce.io declared as Mac Modifier and Type Field Description protected MacMacOutputStream. macConstructors in org.bouncycastle.jcajce.io with parameters of type Mac Constructor Description MacOutputStream(Mac mac)