1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
// WARNING:  This file was autogenerated by jni-bindgen.  Any changes to this file may be lost!!!


__jni_bindgen! {
    /// public interface [PrivateKey](https://developer.android.com/reference/java/security/PrivateKey.html)
    ///
    /// Required feature: java-security-PrivateKey
    #[cfg(any(feature = "all", feature = "java-security-PrivateKey"))]
    public interface PrivateKey extends crate::java::lang::Object, implements crate::java::security::Key, crate::javax::security::auth::Destroyable {

        /// public static final [serialVersionUID](https://developer.android.com/reference/java/security/PrivateKey.html#serialVersionUID)
        pub const SERIAL_VERSION_UID : i64 = 6034044314589513430i64;
    }
}