// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "java-security-PrivateKey"))]
__jni_bindgen! {
/// public interface [PrivateKey](https://developer.android.com/reference/java/security/PrivateKey.html)
///
/// Required feature: "java-security-PrivateKey"
public interface PrivateKey ("java/security/PrivateKey") extends crate::java::lang::Object, implements crate::java::security::Key {
/// public static final [serialVersionUID](https://developer.android.com/reference/java/security/PrivateKey.html#serialVersionUID)
pub const serialVersionUID : i64 = 6034044314589513430i64;
}
}