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
certificateType
the certificate type
Constructors
BaseKeyStoreFactory
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
the certificate type
Types
Type
Link copied to clipboard