Table of Contents

Class PkixCertPathValidatorResult

Namespace
Org.BouncyCastle.Pkix
Assembly
BouncyCastle.Cryptography.dll
public class PkixCertPathValidatorResult
Inheritance
PkixCertPathValidatorResult
Derived
Inherited Members

Constructors

PkixCertPathValidatorResult(TrustAnchor, PkixPolicyNode, AsymmetricKeyParameter)

public PkixCertPathValidatorResult(TrustAnchor trustAnchor, PkixPolicyNode policyTree, AsymmetricKeyParameter subjectPublicKey)

Parameters

trustAnchor TrustAnchor
policyTree PkixPolicyNode
subjectPublicKey AsymmetricKeyParameter

Properties

PolicyTree

public PkixPolicyNode PolicyTree { get; }

Property Value

PkixPolicyNode

SubjectPublicKey

public AsymmetricKeyParameter SubjectPublicKey { get; }

Property Value

AsymmetricKeyParameter

TrustAnchor

public TrustAnchor TrustAnchor { get; }

Property Value

TrustAnchor

Methods

Clone()

public object Clone()

Returns

object

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.