SecretKeyFactory.Provider Property

Definition

Returns the provider of this SecretKeyFactory object.

public Java.Security.Provider? Provider { [Android.Runtime.Register("getProvider", "()Ljava/security/Provider;", "")] get; }
[<get: Android.Runtime.Register("getProvider", "()Ljava/security/Provider;", "")>]
member this.Provider : Java.Security.Provider

Property Value

the provider of this SecretKeyFactory object

Attributes

Remarks

Returns the provider of this SecretKeyFactory object.

Java documentation for javax.crypto.SecretKeyFactory.getProvider().

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