Table of Contents

Class PopoSigningKeyInput

Namespace
Enterprises.Org.BouncyCastle.Asn1.Crmf
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PopoSigningKeyInput : Asn1Encodable, IAsn1Convertible
Inheritance
PopoSigningKeyInput
Implements
Inherited Members

Constructors

PopoSigningKeyInput(PKMacValue, SubjectPublicKeyInfo)

public PopoSigningKeyInput(PKMacValue pkmac, SubjectPublicKeyInfo spki)

Parameters

pkmac PKMacValue
spki SubjectPublicKeyInfo

PopoSigningKeyInput(GeneralName, SubjectPublicKeyInfo)

public PopoSigningKeyInput(GeneralName sender, SubjectPublicKeyInfo spki)

Parameters

sender GeneralName
spki SubjectPublicKeyInfo

Properties

PublicKey

public virtual SubjectPublicKeyInfo PublicKey { get; }

Property Value

SubjectPublicKeyInfo

PublicKeyMac

public virtual PKMacValue PublicKeyMac { get; }

Property Value

PKMacValue

Sender

public virtual GeneralName Sender { get; }

Property Value

GeneralName

Methods

GetInstance(object)

public static PopoSigningKeyInput GetInstance(object obj)

Parameters

obj object

Returns

PopoSigningKeyInput

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object