SecretKeyFactorySpi.EngineGetKeySpec(ISecretKey, Class) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une spécification (matériau clé) de l’objet clé donné au format demandé.
[Android.Runtime.Register("engineGetKeySpec", "(Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec;", "GetEngineGetKeySpec_Ljavax_crypto_SecretKey_Ljava_lang_Class_Handler")]
protected abstract Java.Security.Spec.IKeySpec? EngineGetKeySpec (Javax.Crypto.ISecretKey? key, Java.Lang.Class? keySpec);
[<Android.Runtime.Register("engineGetKeySpec", "(Ljavax/crypto/SecretKey;Ljava/lang/Class;)Ljava/security/spec/KeySpec;", "GetEngineGetKeySpec_Ljavax_crypto_SecretKey_Ljava_lang_Class_Handler")>]
abstract member EngineGetKeySpec : Javax.Crypto.ISecretKey * Java.Lang.Class -> Java.Security.Spec.IKeySpec
Paramètres
- key
- ISecretKey
la clé
- keySpec
- Class
le format demandé dans lequel le matériel de clé doit être retourné
Retours
spécification de clé sous-jacente (matériel clé) au format demandé
- Attributs
Exceptions
si la clé secrète spécifiée ne peut pas être transformée en spécification de clé demandée.
Remarques
Retourne une spécification (matériau clé) de l’objet clé donné au format demandé.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.