Base Key Store Factory
abstract class BaseKeyStoreFactory @JvmOverloads constructor(certificateType: String) : KeyStoreFactory
Content copied to clipboard
Provides base KeyStoreFactory implementation
creates a new KeyStoreFactory with the specified certificate type
Author
F43nd1r
Since
4.8.3
Parameters
certificate Type
the certificate type
Constructors
Link copied to clipboard
fun BaseKeyStoreFactory(certificateType: String = ACRAConstants.DEFAULT_CERTIFICATE_TYPE)
Content copied to clipboard