IPrivateKey インターフェイス

定義

秘密キー。

[Android.Runtime.Register("java/security/PrivateKey", "", "Java.Security.IPrivateKeyInvoker")]
public interface IPrivateKey : IDisposable, Java.Interop.IJavaPeerable, Java.Security.IKey
[<Android.Runtime.Register("java/security/PrivateKey", "", "Java.Security.IPrivateKeyInvoker")>]
type IPrivateKey = interface
    interface IKey
    interface ISerializable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
派生
属性
実装

注釈

の Java ドキュメント java.security.PrivateKey

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

フィールド

SerialVersionUID

以前のバージョンの クラスとのシリアル化の互換性を示すように設定されたクラス フィンガープリント。

プロパティ

Algorithm

このキーのアルゴリズムの名前を返します。

(継承元 IKey)
Format

このキーのエンコードに使用する形式の名前を返します null 。エンコードできない場合は を返します。

(継承元 IKey)
Handle

基になる Android オブジェクトの JNI 値を取得します。

(継承元 IJavaObject)
JniIdentityHashCode

秘密キー。

(継承元 IJavaPeerable)
JniManagedPeerState

秘密キー。

(継承元 IJavaPeerable)
JniPeerMembers

秘密キー。

(継承元 IJavaPeerable)
PeerReference

秘密キー。

(継承元 IJavaPeerable)

メソッド

Disposed()

秘密キー。

(継承元 IJavaPeerable)
DisposeUnlessReferenced()

秘密キー。

(継承元 IJavaPeerable)
Finalized()

秘密キー。

(継承元 IJavaPeerable)
GetEncoded()

主エンコード形式のキーを返します。このキーがエンコードをサポートしていない場合は null を返します。

(継承元 IKey)
SetJniIdentityHashCode(Int32)

秘密キー。

(継承元 IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates)

秘密キー。

(継承元 IJavaPeerable)
SetPeerReference(JniObjectReference)

秘密キー。

(継承元 IJavaPeerable)
UnregisterFromRuntime()

秘密キー。

(継承元 IJavaPeerable)

拡張メソッド

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

秘密キー。

GetJniTypeName(IJavaPeerable)

秘密キー。

適用対象