WrappedKeyEntry Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| WrappedKeyEntry(IntPtr, JniHandleOwnership) | |
| WrappedKeyEntry(Byte[], String, String, IAlgorithmParameterSpec) |
Constrói um |
WrappedKeyEntry(IntPtr, JniHandleOwnership)
protected WrappedKeyEntry(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Security.Keystore.WrappedKeyEntry : nativeint * Android.Runtime.JniHandleOwnership -> Android.Security.Keystore.WrappedKeyEntry
Parâmetros
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Aplica-se a
WrappedKeyEntry(Byte[], String, String, IAlgorithmParameterSpec)
Constrói um WrappedKeyEntry com uma chave encapsulada binária.
[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
Parâmetros
- wrappedKeyBytes
- Byte[]
Chave encapsulada codificada em DER ASN.1
- wrappingKeyAlias
- String
identifica a chave privada que pode desembrulhar a chave encapsulada
- transformation
- String
usado para desembrulhar a chave. ex: "RSA/ECB/OAEPPadding"
- algorithmParameterSpec
- IAlgorithmParameterSpec
especificação da chave privada usada para desembrulhar a chave encapsulada
- Atributos
Comentários
Constrói um WrappedKeyEntry com uma chave encapsulada binária.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.