Java javax.crypto.spec DESKeySpec fields, constructors, methods, implement or subclass

Example usage for Java javax.crypto.spec DESKeySpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.crypto.spec DESKeySpec.

The text is from its open source code.

Field

intDES_KEY_LEN
The constant which defines the length of a DES key in bytes.

Constructor

DESKeySpec(byte[] key)
Creates a DESKeySpec object using the first 8 bytes in key as the key material for the DES key.

Method

byte[]getKey()
Returns the DES key material.