Table of Contents

Class PopoSigningKey

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

Constructors

PopoSigningKey(PopoSigningKeyInput, AlgorithmIdentifier, DerBitString)

public PopoSigningKey(PopoSigningKeyInput poposkIn, AlgorithmIdentifier aid, DerBitString signature)

Parameters

poposkIn PopoSigningKeyInput
aid AlgorithmIdentifier
signature DerBitString

Properties

AlgorithmIdentifier

public virtual AlgorithmIdentifier AlgorithmIdentifier { get; }

Property Value

AlgorithmIdentifier

PoposkInput

public virtual PopoSigningKeyInput PoposkInput { get; }

Property Value

PopoSigningKeyInput

Signature

public virtual DerBitString Signature { get; }

Property Value

DerBitString

Methods

GetInstance(Asn1TaggedObject, bool)

public static PopoSigningKey GetInstance(Asn1TaggedObject obj, bool isExplicit)

Parameters

obj Asn1TaggedObject
isExplicit bool

Returns

PopoSigningKey

GetInstance(object)

public static PopoSigningKey GetInstance(object obj)

Parameters

obj object

Returns

PopoSigningKey

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object