Name

Class javax.crypto.spec.DESedeKeySpec

Description

This class represents a DESede key. It can be used with a SecretKeyFactory to translate between DESede SecretKey s and byte arrays.

Class Definition

public class javax.crypto.spec.DESedeKeySpec
  extends java.lang.Object
  implements java.security.spec.KeySpec {

  // Constructors
  public DESedeKeySpec(byte[]);
  public DESedeKeySpec(byte[], int);

  // Class Methods
  public static boolean isParityAdjusted(byte[], int);

  // Instance Methods
  public byte[] getKey();
}

See Also

SecretKeyFactory

Get Java Cryptography now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.