Class PKIXCertPathBuilderResult
public class PKIXCertPathBuilderResult : PKIXCertPathValidatorResult, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICertPathValidatorResult, ICloneable
- Inheritance
-
PKIXCertPathBuilderResult
- Implements
- Inherited Members
- Extension Methods
Constructors
PKIXCertPathBuilderResult(CertPath, TrustAnchor, PolicyNode, PublicKey)
public PKIXCertPathBuilderResult(CertPath arg0, TrustAnchor arg1, PolicyNode arg2, PublicKey arg3)
Parameters
arg0CertPatharg1TrustAnchorarg2PolicyNodearg3PublicKey
PKIXCertPathBuilderResult(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public PKIXCertPathBuilderResult(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CertPath
public CertPath CertPath { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(CertPath, TrustAnchor, PolicyNode, PublicKey)
HPA initializer for PKIXCertPathBuilderResult(Java.Security.Cert.CertPath arg0, Java.Security.Cert.TrustAnchor arg1, Java.Security.Cert.PolicyNode arg2, Java.Security.PublicKey arg3)
public static PKIXCertPathBuilderResult CreatePoolableInstance(CertPath arg0, TrustAnchor arg1, PolicyNode arg2, PublicKey arg3)
Parameters
arg0CertPatharg1TrustAnchorarg2PolicyNodearg3PublicKey
Returns
Operators
implicit operator CertPathBuilderResult(PKIXCertPathBuilderResult)
Converter from PKIXCertPathBuilderResult to CertPathBuilderResult
public static implicit operator CertPathBuilderResult(PKIXCertPathBuilderResult t)