org.odftoolkit.odfdom.pkg.manifest
Class KeyDerivation
java.lang.Object
org.odftoolkit.odfdom.pkg.manifest.KeyDerivation
public class KeyDerivation
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyDerivation
public KeyDerivation()
KeyDerivation
public KeyDerivation(String name,
String salt,
int iterationCount)
setName
public void setName(String name)
getName
public String getName()
setSalt
public void setSalt(String salt)
getSalt
public String getSalt()
setIterationCount
public void setIterationCount(int iterationCount)
getIterationCount
public int getIterationCount()
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.