Class KeyStore.PrivateKeyEntry
public class KeyStore.PrivateKeyEntry : KeyStore.Entry, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
KeyStore.PrivateKeyEntry
- Implements
- Extension Methods
Constructors
PrivateKeyEntry(PrivateKey, Certificate[])
public PrivateKeyEntry(PrivateKey arg0, Certificate[] arg1)
Parameters
arg0PrivateKeyarg1Certificate[]
PrivateKeyEntry(PrivateKey, Certificate[], Set<Attribute>)
public PrivateKeyEntry(PrivateKey arg0, Certificate[] arg1, Set<KeyStore.Entry.Attribute> arg2)
Parameters
arg0PrivateKeyarg1Certificate[]arg2Set<KeyStore.Entry.Attribute>
PrivateKeyEntry(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 PrivateKeyEntry(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
Attributes
public Set<KeyStore.Entry.Attribute> Attributes { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Certificate
public Certificate Certificate { get; }
Property Value
CertificateChain
public Certificate[] CertificateChain { 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
PrivateKey
public PrivateKey PrivateKey { get; }
Property Value
Methods
CreatePoolableInstance(PrivateKey, Certificate[])
HPA initializer for PrivateKeyEntry(Java.Security.PrivateKey arg0, Java.Security.Cert.Certificate[] arg1)
public static KeyStore.PrivateKeyEntry CreatePoolableInstance(PrivateKey arg0, Certificate[] arg1)
Parameters
arg0PrivateKeyarg1Certificate[]
Returns
CreatePoolableInstance(PrivateKey, Certificate[], Set<Attribute>)
HPA initializer for PrivateKeyEntry(Java.Security.PrivateKey arg0, Java.Security.Cert.Certificate[] arg1, Java.Util.Set%3CJava.Security.KeyStore.Entry.Attribute%3E arg2)
public static KeyStore.PrivateKeyEntry CreatePoolableInstance(PrivateKey arg0, Certificate[] arg1, Set<KeyStore.Entry.Attribute> arg2)
Parameters
arg0PrivateKeyarg1Certificate[]arg2Set<KeyStore.Entry.Attribute>