BaseKeyStoreFactory

abstract class BaseKeyStoreFactory @JvmOverloads constructor(certificateType: String = ACRAConstants.DEFAULT_CERTIFICATE_TYPE) : KeyStoreFactory

Provides base KeyStoreFactory implementation

creates a new KeyStoreFactory with the specified certificate type

Author

F43nd1r

Since

4.8.3

Parameters

certificateType

the certificate type

Constructors

Link copied to clipboard
constructor(certificateType: String = ACRAConstants.DEFAULT_CERTIFICATE_TYPE)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(context: Context): KeyStore?