KeyFactorySpi.EngineTranslateKey(IKey) メソッド

定義

プロバイダーが不明または信頼されていない可能性があるキー オブジェクトを、このキー ファクトリの対応するキー オブジェクトに変換します。

[Android.Runtime.Register("engineTranslateKey", "(Ljava/security/Key;)Ljava/security/Key;", "GetEngineTranslateKey_Ljava_security_Key_Handler")]
protected abstract Java.Security.IKey? EngineTranslateKey (Java.Security.IKey? key);
[<Android.Runtime.Register("engineTranslateKey", "(Ljava/security/Key;)Ljava/security/Key;", "GetEngineTranslateKey_Ljava_security_Key_Handler")>]
abstract member EngineTranslateKey : Java.Security.IKey -> Java.Security.IKey

パラメーター

key
IKey

プロバイダーが不明または信頼されていないキー。

戻り値

変換されたキー。

属性

例外

指定したキーをこのキー ファクトリで変換できない場合は 。

注釈

プロバイダーが不明または信頼されていない可能性があるキー オブジェクトを、このキー ファクトリの対応するキー オブジェクトに変換します。

の Java ドキュメント java.security.KeyFactorySpi.engineTranslateKey(java.security.Key)

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

適用対象