All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.cash.z.ecc.android.crypto.SecretKeyFactoryCommon.kt Maven / Gradle / Ivy

The newest version!
package cash.z.ecc.android.crypto

internal expect class SecretKeyFactoryCommon {
    fun generateSecret(pbeKeySpec: PBEKeySpecCommon): SecretKeyCommon

    companion object {
        fun getInstance(algorithm: String): SecretKeyFactoryCommon

        fun getInstance(
            algorithm: String,
            provider: FallbackProvider,
        ): SecretKeyFactoryCommon
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy