Uses of Class
org.bouncycastle.crypto.util.ByteMacData.Builder
-
Packages that use ByteMacData.Builder Package Description org.bouncycastle.crypto.util Utility classes for supporting the crypto APIs - entropy provision and SP 800-56A OtherInfo and MacData. -
-
Uses of ByteMacData.Builder in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return ByteMacData.Builder Modifier and Type Method Description ByteMacData.Builder
ByteMacData.Builder. withText(byte[] text)
Add optional text.
-