KeyStore.SecretKeyEntry 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 |
|---|---|
| KeyStore.SecretKeyEntry(ISecretKey) |
Constrói um |
| KeyStore.SecretKeyEntry(ISecretKey, ICollection<KeyStore.IEntryAttribute>) |
Constrói um |
KeyStore.SecretKeyEntry(ISecretKey)
Constrói um SecretKeyEntry com um SecretKey.
[Android.Runtime.Register(".ctor", "(Ljavax/crypto/SecretKey;)V", "")]
public SecretKeyEntry(Javax.Crypto.ISecretKey? secretKey);
[<Android.Runtime.Register(".ctor", "(Ljavax/crypto/SecretKey;)V", "")>]
new Java.Security.KeyStore.SecretKeyEntry : Javax.Crypto.ISecretKey -> Java.Security.KeyStore.SecretKeyEntry
Parâmetros
- secretKey
- ISecretKey
o SecretKey
- Atributos
Exceções
se secretKey for null.
Comentários
Constrói um SecretKeyEntry com um SecretKey.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.
Aplica-se a
KeyStore.SecretKeyEntry(ISecretKey, ICollection<KeyStore.IEntryAttribute>)
Constrói um SecretKeyEntry com atributos SecretKey de entrada associados.
[Android.Runtime.Register(".ctor", "(Ljavax/crypto/SecretKey;Ljava/util/Set;)V", "", ApiSince=26)]
public SecretKeyEntry(Javax.Crypto.ISecretKey? secretKey, System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute>? attributes);
[<Android.Runtime.Register(".ctor", "(Ljavax/crypto/SecretKey;Ljava/util/Set;)V", "", ApiSince=26)>]
new Java.Security.KeyStore.SecretKeyEntry : Javax.Crypto.ISecretKey * System.Collections.Generic.ICollection<Java.Security.KeyStore.IEntryAttribute> -> Java.Security.KeyStore.SecretKeyEntry
Parâmetros
- secretKey
- ISecretKey
o SecretKey
- attributes
- ICollection<KeyStore.IEntryAttribute>
os atributos
- Atributos
Comentários
Constrói um SecretKeyEntry com atributos SecretKey de entrada associados.
O especificado attributes é clonado antes de ser armazenado no novo SecretKeyEntry objeto.
Adicionado em 1.8.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.