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 [PublicKey](https://developer.android.com/reference/java/security/PublicKey.html)
    ///
    /// Required feature: java-security-PublicKey
    #[cfg(any(feature = "all", feature = "java-security-PublicKey"))]
    public interface PublicKey extends crate::java::lang::Object, implements crate::java::security::Key {

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