org.odftoolkit.odfdom.pkg.manifest
Class EncryptionData
java.lang.Object
org.odftoolkit.odfdom.pkg.manifest.EncryptionData
public class EncryptionData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionData
public EncryptionData()
EncryptionData
public EncryptionData(String checksumType,
String checksum,
Algorithm algorithm,
KeyDerivation keyDerivation)
setChecksumType
public void setChecksumType(String checksumType)
getChecksumType
public String getChecksumType()
setChecksum
public void setChecksum(String checksum)
getChecksum
public String getChecksum()
setAlgorithm
public void setAlgorithm(Algorithm algorithm)
getAlgorithm
public Algorithm getAlgorithm()
setKeyDerivation
public void setKeyDerivation(KeyDerivation keyDerivation)
getKeyDerivation
public KeyDerivation getKeyDerivation()
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.