public static unsafe global::Java.Security.IPublicKey GetPublicKey(global::Android.Content.Context p0)
 {
     if (id_getPublicKey_Landroid_content_Context_ == IntPtr.Zero)
     {
         id_getPublicKey_Landroid_content_Context_ = JNIEnv.GetStaticMethodID(class_ref, "getPublicKey", "(Landroid/content/Context;)Ljava/security/PublicKey;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Java.Security.IPublicKey __ret = global::Java.Lang.Object.GetObject <global::Java.Security.IPublicKey> (JNIEnv.CallStaticObjectMethod(class_ref, id_getPublicKey_Landroid_content_Context_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }
Beispiel #2
0
 public static unsafe byte[] 鷭(global::Java.Security.IPublicKey p0, global::Javax.Crypto.Spec.SecretKeySpec p1)
 {
     if (id_鷭_Ljava_security_PublicKey_Ljavax_crypto_spec_SecretKeySpec_ == IntPtr.Zero)
     {
         id_鷭_Ljava_security_PublicKey_Ljavax_crypto_spec_SecretKeySpec_ = JNIEnv.GetStaticMethodID(class_ref, "鷭", "(Ljava/security/PublicKey;Ljavax/crypto/spec/SecretKeySpec;)[B");
     }
     try {
         JValue *__args = stackalloc JValue [2];
         __args [0] = new JValue(p0);
         __args [1] = new JValue(p1);
         byte[] __ret = (byte[])JNIEnv.GetArray(JNIEnv.CallStaticObjectMethod(class_ref, id_鷭_Ljava_security_PublicKey_Ljavax_crypto_spec_SecretKeySpec_, __args), JniHandleOwnership.TransferLocalRef, typeof(byte));
         return(__ret);
     } finally {
     }
 }
Beispiel #3
0
 public abstract void Verify(global::Java.Security.IPublicKey key, string sigProvider) /* MethodBuilder.Create */;
Beispiel #4
0
 public abstract void Verify(global::Java.Security.IPublicKey key) /* MethodBuilder.Create */;