Uses of Class
org.bouncycastle.crypto.util.DEROtherInfo.Builder
-
Packages that use DEROtherInfo.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 DEROtherInfo.Builder in org.bouncycastle.crypto.util
Methods in org.bouncycastle.crypto.util that return DEROtherInfo.Builder Modifier and Type Method Description DEROtherInfo.Builder
DEROtherInfo.Builder. withSuppPrivInfo(byte[] suppPrivInfo)
Add optional supplementary private info (DER tagged, implicit, 1).DEROtherInfo.Builder
DEROtherInfo.Builder. withSuppPubInfo(byte[] suppPubInfo)
Add optional supplementary public info (DER tagged, implicit, 0).
-