PBEParameterSpec.ParameterSpec Property
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.
Returns the cipher algorithm parameter specification.
public virtual Java.Security.Spec.IAlgorithmParameterSpec? ParameterSpec { [Android.Runtime.Register("getParameterSpec", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetParameterSpecHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getParameterSpec", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetParameterSpecHandler", ApiSince=26)>]
member this.ParameterSpec : Java.Security.Spec.IAlgorithmParameterSpec
Property Value
the parameter specification, or null if none was set.
- Attributes
Remarks
Returns the cipher algorithm parameter specification.
Added in 1.8.
Java documentation for javax.crypto.spec.PBEParameterSpec.getParameterSpec()
.
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.