KeyGenParameterSpec.KeySize Property

Definition

Returns the requested key size.

public int KeySize { [Android.Runtime.Register("getKeySize", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getKeySize", "()I", "", ApiSince=23)>]
member this.KeySize : int

Property Value

Attributes

Remarks

Returns the requested key size. If -1, the size should be looked up from #getAlgorithmParameterSpec(), if provided, otherwise an algorithm-specific default size should be used.

Java documentation for android.security.keystore.KeyGenParameterSpec.getKeySize().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to