WrappedKeyEntry Constructeurs
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.
Surcharges
| Nom | Description |
|---|---|
| WrappedKeyEntry(IntPtr, JniHandleOwnership) | |
| WrappedKeyEntry(Byte[], String, String, IAlgorithmParameterSpec) |
Construit un |
WrappedKeyEntry(IntPtr, JniHandleOwnership)
protected WrappedKeyEntry(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Keystore.WrappedKeyEntry : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Keystore.WrappedKeyEntry
Paramètres
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
S’applique à
WrappedKeyEntry(Byte[], String, String, IAlgorithmParameterSpec)
Construit un WrappedKeyEntry avec une clé encapsulée binaire.
[Android.Runtime.Register(".ctor", "([BLjava/lang/String;Ljava/lang/String;Ljava/security/spec/AlgorithmParameterSpec;)V", "", ApiSince=28)]
public WrappedKeyEntry(byte[]? wrappedKeyBytes, string? wrappingKeyAlias, string? transformation, Java.Security.Spec.IAlgorithmParameterSpec? algorithmParameterSpec);
[<Android.Runtime.Register(".ctor", "([BLjava/lang/String;Ljava/lang/String;Ljava/security/spec/AlgorithmParameterSpec;)V", "", ApiSince=28)>]
new Android.Security.Keystore.WrappedKeyEntry : byte[] * string * string * Java.Security.Spec.IAlgorithmParameterSpec -> Android.Security.Keystore.WrappedKeyEntry
Paramètres
- wrappedKeyBytes
- Byte[]
Clé encapsulée encapsulée ASN.1 DER
- wrappingKeyAlias
- String
identifie la clé privée qui peut désencapsuler la clé encapsulée
- transformation
- String
utilisé pour désencapsuler la clé. ex : « RSA/ECB/OAEPPadding »
- algorithmParameterSpec
- IAlgorithmParameterSpec
spécification de la clé privée utilisée pour décompresser la clé encapsulée
- Attributs
Remarques
Construit un WrappedKeyEntry avec une clé encapsulée binaire.
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.