JksStore Class

Definition

Namespace: Org.BouncyCastle.Security
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class JksStore
Inheritance
Object    JksStore

Constructors

JksStoreInitializes a new instance of the JksStore class

Properties

Methods

ContainsAlias 
DeleteEntry 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCertificate 
GetCertificateAlias 
GetCertificateChain 
GetCreationDate 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetKey(String, Char) 
GetKey(String, ReadOnlySpanChar) 
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsCertificateEntry 
IsKeyEntry 
Load(Stream, Char) 
Load(Stream, ReadOnlySpanChar) 
LoadUncheckedLoad without any integrity check.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Probe 
Save(Stream, Char) 
Save(Stream, ReadOnlySpanChar) 
SetCertificateEntry 
SetKeyEntry(String, Byte, X509Certificate) 
SetKeyEntry(String, AsymmetricKeyParameter, Char, X509Certificate) 
SetKeyEntry(String, AsymmetricKeyParameter, ReadOnlySpanChar, X509Certificate) 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also