The members of Java.Security.KeyStoreSpi are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | EngineAliases()Returns an Enumeration over all alias names stored in this KeyStoreSpi. | |
abstract | EngineContainsAlias(string)Indicates whether the given alias is present in this KeyStoreSpi. | |
abstract | EngineDeleteEntry(string)Deletes the entry identified with the given alias from this KeyStoreSpi. | |
EngineEntryInstanceOf(string, Java.Lang.Class)Documentation for this section has not yet been entered. | ||
abstract | EngineGetCertificate(string)Returns the trusted certificate for the entry with the given alias. | |
abstract | EngineGetCertificateAlias(Java.Security.Cert.Certificate)Returns the alias associated with the first entry whose certificate matches the specified certificate. | |
abstract | EngineGetCertificateChain(string)Returns the certificate chain for the entry with the given alias. | |
abstract | EngineGetCreationDate(string)Returns the creation date of the entry with the given alias. | |
EngineGetEntry(string, KeyStore.IProtectionParameter)Returns the Entry with the given alias, using the specified ProtectionParameter. | ||
abstract | EngineGetKey(string, char[])Returns the key with the given alias, using the password to recover the key from the store. | |
abstract | EngineIsCertificateEntry(string)Indicates whether the specified alias is associated with a NoType:java/security/KeyStore$TrustedCertificateEntry;Href=../../../reference/java/security/KeyStore.TrustedCertificateEntry.html. | |
abstract | EngineIsKeyEntry(string)Indicates whether the specified alias is associated with either a NoType:java/security/KeyStore$PrivateKeyEntry;Href=../../../reference/java/security/KeyStore.PrivateKeyEntry.html or a NoType:java/security/KeyStore$SecretKeyEntry;Href=../../../reference/java/security/KeyStore.SecretKeyEntry.html. | |
EngineLoad(KeyStore.ILoadStoreParameter)Loads this KeyStoreSpi using the specified LoadStoreParameter. | ||
abstract | EngineLoad(System.IO.Stream, char[])Loads this KeyStoreSpi from the given InputStream. | |
abstract | EngineSetCertificateEntry(string, Java.Security.Cert.Certificate)Associates the given alias with a certificate. | |
EngineSetEntry(string, KeyStore.IEntry, KeyStore.IProtectionParameter)Stores the given Entry in this KeyStoreSpi and associates the entry with the given alias. | ||
abstract | EngineSetKeyEntry(string, byte[], Java.Security.Cert.Certificate[])Associates the given alias with a key and a certificate chain. | |
abstract | EngineSetKeyEntry(string, IKey, char[], Java.Security.Cert.Certificate[])Associates the given alias with the key, password and certificate chain. | |
abstract | EngineSize()Returns the number of entries stored in this KeyStoreSpi. | |
EngineStore(KeyStore.ILoadStoreParameter)Stores this KeyStoreSpi using the specified LoadStoreParameter. | ||
abstract | EngineStore(System.IO.Stream, char[])Writes this KeyStoreSpi to the specified OutputStream. |