Uses of Interface
org.bouncycastle.crypto.Mac
| Package | Description |
|---|---|
| org.bouncycastle.crypto.io | |
| org.bouncycastle.crypto.macs | |
| org.bouncycastle.jcajce.provider.symmetric.util |
-
Uses of Mac in org.bouncycastle.crypto.io
Fields in org.bouncycastle.crypto.io declared as Mac Modifier and Type Field Description protected MacMacInputStream. macprotected MacMacOutputStream. macMethods in org.bouncycastle.crypto.io that return Mac Modifier and Type Method Description MacMacInputStream. getMac()Constructors in org.bouncycastle.crypto.io with parameters of type Mac Constructor Description MacInputStream(InputStream stream, Mac mac)MacOutputStream(Mac mac) -
Uses of Mac in org.bouncycastle.crypto.macs
Classes in org.bouncycastle.crypto.macs that implement Mac Modifier and Type Class Description classCBCBlockCipherMacstandard CBC Block Cipher MAC - if no padding is specified the default of pad of zeroes is used.classHMacHMAC implementation based on RFC2104 H(K XOR opad, H(K XOR ipad, text)) -
Uses of Mac in org.bouncycastle.jcajce.provider.symmetric.util