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