Sprache

Cipher.PrivateKey Feld

Definition

Achtung

This constant will be removed in the future version. Use Javax.Crypto.KeyType enum directly instead of this field.

Konstante, die verwendet wird, um anzugeben, dass to-be-unwrapped key ein "privater Schlüssel" ist.

[Android.Runtime.Register("PRIVATE_KEY")]
[System.Obsolete("This constant will be removed in the future version. Use Javax.Crypto.KeyType enum directly instead of this field.", true)]
public const Javax.Crypto.KeyType PrivateKey = 2;
[<Android.Runtime.Register("PRIVATE_KEY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Javax.Crypto.KeyType enum directly instead of this field.", true)>]
val mutable PrivateKey : Javax.Crypto.KeyType

Feldwert

Value = 2
Attribute

Hinweise

Konstante, die verwendet wird, um anzugeben, dass to-be-unwrapped key ein "privater Schlüssel" ist.

Java Dokumentation für javax.crypto.Cipher.PRIVATE_KEY.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: