Javax.Crypto.SecretKeyFactory Class
The public API for SecretKeyFactory implementations.

See Also: SecretKeyFactory Members

Syntax

[Android.Runtime.Register("javax/crypto/SecretKeyFactory", DoNotGenerateAcw=true)]
public class SecretKeyFactory : Java.Lang.Object

Remarks

The public API for SecretKeyFactory implementations.

Secret key factories provide the following functionality:

Which key specifications are supported by the SecretKeyFactory.GenerateSecret(Java.Security.Spec.IKeySpec) and SecretKeyFactory.GetKeySpec(ISecretKey, Java.Lang.Class) is provider dependent.

[Android Documentation]

Requirements

Namespace: Javax.Crypto
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1