// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "java-security-KeyStore_ProtectionParameter"))]
__jni_bindgen! {
/// public interface [KeyStore.ProtectionParameter](https://developer.android.com/reference/java/security/KeyStore.ProtectionParameter.html)
///
/// Required feature: "java-security-KeyStore_ProtectionParameter"
public interface KeyStore_ProtectionParameter ("java/security/KeyStore$ProtectionParameter") extends crate::java::lang::Object {
}
}