Android
javax.crypto.spec
public class

javax.crypto.spec.DESKeySpec

java.lang.Object
javax.crypto.spec.DESKeySpec KeySpec

Summary

Constants

      Value  
int  DES_KEY_LEN    0x00000008 

Public Constructors

            DESKeySpec(byte[] key)
            DESKeySpec(byte[] key, int offset)

Public Methods

          byte[]  getKey()
      static    boolean  isParityAdjusted(byte[] key, int offset)
      static    boolean  isWeak(byte[] key, int offset)
Methods inherited from class java.lang.Object

Details

Constants

public static final int DES_KEY_LEN

Constant Value: 8 (0x00000008)

Public Constructors

public DESKeySpec(byte[] key)

public DESKeySpec(byte[] key, int offset)

Public Methods

public byte[] getKey()

public static boolean isParityAdjusted(byte[] key, int offset)

public static boolean isWeak(byte[] key, int offset)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56