語言

InvalidKeySpecException 建構函式

定義

多載

名稱 Description
InvalidKeySpecException()

構造一個無詳細訊息的 InvalidKeySpecException。

InvalidKeySpecException(Throwable)

建立 InvalidKeySpecException 一個具有指定原因及詳細訊息的 ( (cause==null ? null : cause.toString()) 通常包含 的 cause類別與詳細訊息)。

InvalidKeySpecException(String)

構造一個包含指定詳細訊息的 InvalidKeySpecException。

InvalidKeySpecException(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

InvalidKeySpecException(String, Throwable)

建立 InvalidKeySpecException 包含指定細節訊息與原因的 。

InvalidKeySpecException()

構造一個無詳細訊息的 InvalidKeySpecException。

[Android.Runtime.Register(".ctor", "()V", "")]
public InvalidKeySpecException();
屬性

備註

構造一個無詳細訊息的 InvalidKeySpecException。 詳細訊息是描述此特定例外的字串。

java.security.spec.InvalidKeySpecException.InvalidKeySpecException()Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

InvalidKeySpecException(Throwable)

建立 InvalidKeySpecException 一個具有指定原因及詳細訊息的 ( (cause==null ? null : cause.toString()) 通常包含 的 cause類別與詳細訊息)。

[Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")]
public InvalidKeySpecException(Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/Throwable;)V", "")>]
new Java.Security.Spec.InvalidKeySpecException : Java.Lang.Throwable -> Java.Security.Spec.InvalidKeySpecException

參數

cause
Throwable

原因(該方法會保存以供日後檢索 #getCause() )。 (允許一個 null 值,表示原因不存在或未知。)

屬性

備註

建立 InvalidKeySpecException 一個具有指定原因及詳細訊息的 ( (cause==null ? null : cause.toString()) 通常包含 的 cause類別與詳細訊息)。

已在1.5中新增。

java.security.spec.InvalidKeySpecException.InvalidKeySpecException(java.lang.Throwable)Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

InvalidKeySpecException(String)

構造一個包含指定詳細訊息的 InvalidKeySpecException。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
public InvalidKeySpecException(string? msg);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Security.Spec.InvalidKeySpecException : string -> Java.Security.Spec.InvalidKeySpecException

參數

msg
String

細節訊息。

屬性

備註

構造一個包含指定詳細訊息的 InvalidKeySpecException。 詳細訊息是描述此特定例外的字串。

java.security.spec.InvalidKeySpecException.InvalidKeySpecException(java.lang.String)Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

InvalidKeySpecException(IntPtr, JniHandleOwnership)

用於建立 JNI 物件受管理表示的建構器;由執行時呼叫。

protected InvalidKeySpecException(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.InvalidKeySpecException : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.InvalidKeySpecException

參數

javaReference
IntPtr

nativeint

IntPtrA 包含一個 Java 原生介面(JNI)物件參考。

transfer
JniHandleOwnership

JniHandleOwnershipA 指示如何處理javaReference

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

InvalidKeySpecException(String, Throwable)

建立 InvalidKeySpecException 包含指定細節訊息與原因的 。

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")]
public InvalidKeySpecException(string? message, Java.Lang.Throwable? cause);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/Throwable;)V", "")>]
new Java.Security.Spec.InvalidKeySpecException : string * Java.Lang.Throwable -> Java.Security.Spec.InvalidKeySpecException

參數

message
String

詳細訊息(該訊息會被方法保存以供日後檢索 #getMessage() )。

cause
Throwable

原因(該方法會保存以供日後檢索 #getCause() )。 (允許一個 null 值,表示原因不存在或未知。)

屬性

備註

建立 InvalidKeySpecException 包含指定細節訊息與原因的 。

已在1.5中新增。

java.security.spec.InvalidKeySpecException.InvalidKeySpecException(java.lang.String, java.lang.Throwable)Java 檔。

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於