Android
javax.crypto.spec
public class

javax.crypto.spec.IvParameterSpec

java.lang.Object
javax.crypto.spec.IvParameterSpec AlgorithmParameterSpec

Summary

Public Constructors

            IvParameterSpec(byte[] iv)
            IvParameterSpec(byte[] iv, int offset, int len)

Public Methods

          byte[]  getIV()
Methods inherited from class java.lang.Object

Details

Public Constructors

public IvParameterSpec(byte[] iv)

public IvParameterSpec(byte[] iv, int offset, int len)

Public Methods

public byte[] getIV()

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