SecretKeyFactory Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SecretKeyFactory(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
SecretKeyFactory(SecretKeyFactorySpi, Provider, String) |
Creates a SecretKeyFactory object. |
SecretKeyFactory(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected SecretKeyFactory (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Crypto.SecretKeyFactory : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Crypto.SecretKeyFactory
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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
SecretKeyFactory(SecretKeyFactorySpi, Provider, String)
Creates a SecretKeyFactory object.
[Android.Runtime.Register(".ctor", "(Ljavax/crypto/SecretKeyFactorySpi;Ljava/security/Provider;Ljava/lang/String;)V", "")]
protected SecretKeyFactory (Javax.Crypto.SecretKeyFactorySpi? keyFacSpi, Java.Security.Provider? provider, string? algorithm);
[<Android.Runtime.Register(".ctor", "(Ljavax/crypto/SecretKeyFactorySpi;Ljava/security/Provider;Ljava/lang/String;)V", "")>]
new Javax.Crypto.SecretKeyFactory : Javax.Crypto.SecretKeyFactorySpi * Java.Security.Provider * string -> Javax.Crypto.SecretKeyFactory
Parameters
- keyFacSpi
- SecretKeyFactorySpi
the delegate
- provider
- Provider
the provider
- algorithm
- String
the secret-key algorithm
- Attributes
Remarks
Creates a SecretKeyFactory object.
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.