Android
javax.crypto.spec
public class

javax.crypto.spec.DESedeKeySpec

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

Summary

Constants

      Value  
int  DES_EDE_KEY_LEN    24  0x00000018 

Public Constructors

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

Public Methods

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

Details

Constants

public static final int DES_EDE_KEY_LEN

Constant Value: 24 (0x00000018)

Public Constructors

public DESedeKeySpec(byte[] key)

public DESedeKeySpec(byte[] key, int offset)

Public Methods

public byte[] getKey()

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

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