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

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

Introduction

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

The text is from its open source code.

Field

intDES_EDE_KEY_LEN
The constant which defines the length of a DESede key in bytes.

Constructor

DESedeKeySpec(byte[] key)
Creates a DESedeKeySpec object using the first 24 bytes in key as the key material for the DES-EDE key.

Method

byte[]getKey()
Returns the DES-EDE key.