Uses of Class
org.bouncycastle.crypto.util.DEROtherInfo.Builder
-
Packages that use DEROtherInfo.Builder Package Description org.bouncycastle.crypto.util org.bouncycastle.pqc.crypto.newhope -
-
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). -
Uses of DEROtherInfo.Builder in org.bouncycastle.pqc.crypto.newhope
Fields in org.bouncycastle.pqc.crypto.newhope declared as DEROtherInfo.Builder Modifier and Type Field Description protected DEROtherInfo.Builder
NHOtherInfoGenerator. otherInfoBuilder
-