BaseKeyStoreFactory

abstract class BaseKeyStoreFactory @JvmOverloads() constructor(certificateType: String) : 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

BaseKeyStoreFactory
Link copied to clipboard
fun BaseKeyStoreFactory(certificateType: String = ACRAConstants.DEFAULT_CERTIFICATE_TYPE)
the certificate type

Types

Type
Link copied to clipboard
enum Type : Enum<BaseKeyStoreFactory.Type>

Functions

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