Javax.Crypto.Spec.DESKeySpec Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new DESKeySpec from the first 8 bytes of the specified key data.
Creates a new DESKeySpec from the first 8 bytes of the specified key data starting at offset.

Protected Constructors

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

Public Fields

const
DesKeyLenint (8). The length of a DES key in bytes.

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

GetKey() : byte[]
Returns a copy of the key.
static
IsParityAdjusted(byte[], int) : bool
Returns whether the specified key data starting at offset is parity-adjusted.
static
IsWeak(byte[], int) : bool
Returns whether the specified key data starting at offset is weak or semi-weak.