JksStore Class
Namespace: Org.BouncyCastle.SecurityAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public ref class JksStore
Org.BouncyCastle.Security.JksStore = function();
Type.createClass(
'Org.BouncyCastle.Security.JksStore');
- Inheritance
- Object JksStore
JksStore | Initializes a new instance of the JksStore class |
ContainsAlias | |
DeleteEntry | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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 | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetKey(String, Char) | |
GetKey(String, ReadOnlySpanChar) | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsCertificateEntry | |
IsKeyEntry | |
Load(Stream, Char) | |
Load(Stream, ReadOnlySpanChar) | |
LoadUnchecked | Load without any integrity check. |
MemberwiseClone | Creates 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) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |