Class DerOtherInfo.Builder
- Namespace
- Org.BouncyCastle.Crypto.Utilities
- Assembly
- BouncyCastle.Cryptography.dll
public sealed class DerOtherInfo.Builder
- Inheritance
-
DerOtherInfo.Builder
- Inherited Members
Constructors
Builder(AlgorithmIdentifier, byte[], byte[])
public Builder(AlgorithmIdentifier algorithmID, byte[] partyUInfo, byte[] partyVInfo)
Parameters
algorithmIDAlgorithmIdentifierpartyUInfobyte[]partyVInfobyte[]
Methods
Build()
public DerOtherInfo Build()
Returns
WithSuppPrivInfo(byte[])
public DerOtherInfo.Builder WithSuppPrivInfo(byte[] suppPrivInfo)
Parameters
suppPrivInfobyte[]
Returns
WithSuppPubInfo(byte[])
public DerOtherInfo.Builder WithSuppPubInfo(byte[] suppPubInfo)
Parameters
suppPubInfobyte[]