IRSAMultiPrimePrivateCrtKey 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
RSA 多質私鑰的介面,如 PKCS#1 v2.2 標準中所定義,使用中文餘數定理 (CRT) 資訊值。
[Android.Runtime.Register("java/security/interfaces/RSAMultiPrimePrivateCrtKey", "", "Java.Security.Interfaces.IRSAMultiPrimePrivateCrtKeyInvoker")]
public interface IRSAMultiPrimePrivateCrtKey : IDisposable, Java.Interop.IJavaPeerable, Java.Security.Interfaces.IRSAPrivateKey
[<Android.Runtime.Register("java/security/interfaces/RSAMultiPrimePrivateCrtKey", "", "Java.Security.Interfaces.IRSAMultiPrimePrivateCrtKeyInvoker")>]
type IRSAMultiPrimePrivateCrtKey = interface
interface IRSAPrivateKey
interface IRSAKey
interface IJavaObject
interface IDisposable
interface IJavaPeerable
interface IPrivateKey
interface IKey
interface ISerializable
- 屬性
- 實作
備註
RSA 多質私鑰的介面,如 PKCS#1 v2.2 標準中所定義,使用中文餘數定理 (CRT) 資訊值。
已在1.4中新增。
的 java.security.interfaces.RSAMultiPrimePrivateCrtKey
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
欄位
SerialVersionUID |
設定為表示與舊版類型串行化相容性的類型指紋。 |
屬性
Algorithm |
傳回此金鑰演算法的名稱。 (繼承來源 IKey) |
CrtCoefficient |
傳回 CRT 係數 , |
Format |
傳回用來編碼此金鑰的格式名稱,如果 |
Handle |
取得基礎 Android 物件的 JNI 值。 (繼承來源 IJavaObject) |
JniIdentityHashCode |
傳回包裝實例的 值 |
JniManagedPeerState |
受控對等的狀態。 (繼承來源 IJavaPeerable) |
JniPeerMembers |
成員存取和調用支援。 (繼承來源 IJavaPeerable) |
Modulus |
傳回模數。 (繼承來源 IRSAKey) |
PeerReference |
傳 JniObjectReference 回已包裝 Java 物件實例的 。 (繼承來源 IJavaPeerable) |
PrimeExponentP |
傳回質 |
PrimeExponentQ |
傳回質 |
PrimeP |
傳迴的主要 |
PrimeQ |
傳迴的主要 |
PrivateExponent |
傳回私用指數 |
PublicExponent |
傳回公用指數 |
方法
Disposed() |
處置實例時呼叫。 (繼承來源 IJavaPeerable) |
DisposeUnlessReferenced() |
如果這個實例沒有未完成的參考,則呼叫 |
Finalized() |
實例完成時呼叫。 (繼承來源 IJavaPeerable) |
GetEncoded() |
傳回索引鍵的主要編碼格式,如果此機碼不支援編碼,則傳回 null。 (繼承來源 IKey) |
GetOtherPrimeInfo() |
如果只有兩個主要因素 (p 和 q), 會傳回 otherPrimeInfo 或 null。 |
SetJniIdentityHashCode(Int32) |
設定所 |
SetJniManagedPeerState(JniManagedPeerStates) |
RSA 多質私鑰的介面,如 PKCS#1 v2.2 標準中所定義,使用中文餘數定理 (CRT) 資訊值。 (繼承來源 IJavaPeerable) |
SetPeerReference(JniObjectReference) |
設定所 |
UnregisterFromRuntime() |
取消註冊此實例,讓運行時間不會從未來的 Java.Interop.JniRuntime+JniValueManager.PeekValue 調用傳回它。 (繼承來源 IJavaPeerable) |
擴充方法
JavaCast<TResult>(IJavaObject) |
執行 Android 執行時間檢查的類型轉換。 |
JavaCast<TResult>(IJavaObject) |
RSA 多質私鑰的介面,如 PKCS#1 v2.2 標準中所定義,使用中文餘數定理 (CRT) 資訊值。 |
GetJniTypeName(IJavaPeerable) |
RSA 多質私鑰的介面,如 PKCS#1 v2.2 標準中所定義,使用中文餘數定理 (CRT) 資訊值。 |