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!!!


#[cfg(any(feature = "all", feature = "java-security-PublicKey"))]
__jni_bindgen! {
    /// public interface [PublicKey](https://developer.android.com/reference/java/security/PublicKey.html)
    ///
    /// Required feature: "java-security-PublicKey"
    public interface PublicKey ("java/security/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 serialVersionUID : i64 = 7187392471159151072i64;
    }
}