IEdECPrivateKey インターフェイス

定義

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

[Android.Runtime.Register("java/security/interfaces/EdECPrivateKey", "", "Java.Security.Interfaces.IEdECPrivateKeyInvoker", ApiSince=33)]
public interface IEdECPrivateKey : IDisposable, Java.Interop.IJavaPeerable, Java.Security.Interfaces.IEdECKey, Java.Security.IPrivateKey
[<Android.Runtime.Register("java/security/interfaces/EdECPrivateKey", "", "Java.Security.Interfaces.IEdECPrivateKeyInvoker", ApiSince=33)>]
type IEdECPrivateKey = interface
    interface IPrivateKey
    interface IKey
    interface ISerializable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
    interface IEdECKey
属性
実装

注釈

java.security.interfaces.EdECPrivateKeyJava ドキュメント。

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

フィールド

SerialVersionUID

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

(継承元 IPrivateKey)

プロパティ

Algorithm

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

(継承元 IKey)
Bytes

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

Format

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

(継承元 IKey)
Handle

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

(継承元 IJavaObject)
JniIdentityHashCode

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
JniManagedPeerState

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
JniPeerMembers

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
Params

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IEdECKey)
PeerReference

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)

メソッド

Disposed()

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
DisposeUnlessReferenced()

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
Finalized()

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
GetEncoded()

プライマリ エンコード形式でキーを返します。このキーがエンコードをサポートしていない場合は null を返します。

(継承元 IKey)
SetJniIdentityHashCode(Int32)

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates)

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
SetPeerReference(JniObjectReference)

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)
UnregisterFromRuntime()

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

(継承元 IJavaPeerable)

拡張メソッド

JavaCast<TResult>(IJavaObject)

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

JavaCast<TResult>(IJavaObject)

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

GetJniTypeName(IJavaPeerable)

RFC 8032: Edwards-Curve Digital Signature Algorithm (EdDSA) で定義されている楕円曲線秘密キーのインターフェイス。

適用対象