Javax.Crypto.Spec.PBEKeySpec Members

The members of Javax.Crypto.Spec.PBEKeySpec are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new PBEKeySpec with the specified password.
Creates a new PBEKeySpec with the specified password, salt and iteration count.
Creates a new PBEKeySpec with the specified password, salt, iteration count and the desired length of the derived key.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IterationCountint. Returns the iteration count of this key specification.
[read-only]
KeyLengthint. Returns the desired key length of the derived key.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ClearPassword()
Clears the password by overwriting it.
GetPassword() : char[]
Returns a copy of the password of this key specification.
GetSalt() : byte[]
Returns a copy of the salt of this key specification.