Table of Contents

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

algorithmID AlgorithmIdentifier
partyUInfo byte[]
partyVInfo byte[]

Methods

Build()

public DerOtherInfo Build()

Returns

DerOtherInfo

WithSuppPrivInfo(byte[])

public DerOtherInfo.Builder WithSuppPrivInfo(byte[] suppPrivInfo)

Parameters

suppPrivInfo byte[]

Returns

DerOtherInfo.Builder

WithSuppPubInfo(byte[])

public DerOtherInfo.Builder WithSuppPubInfo(byte[] suppPubInfo)

Parameters

suppPubInfo byte[]

Returns

DerOtherInfo.Builder