org.odftoolkit.odfdom.pkg.manifest
Class EncryptionData
java.lang.Object
org.odftoolkit.odfdom.pkg.manifest.EncryptionData
public class EncryptionData
- extends java.lang.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(java.lang.String checksumType,
java.lang.String checksum,
Algorithm algorithm,
KeyDerivation keyDerivation)
setChecksumType
public void setChecksumType(java.lang.String checksumType)
getChecksumType
public java.lang.String getChecksumType()
setChecksum
public void setChecksum(java.lang.String checksum)
getChecksum
public java.lang.String getChecksum()
setAlgorithm
public void setAlgorithm(Algorithm algorithm)
getAlgorithm
public Algorithm getAlgorithm()
setKeyDerivation
public void setKeyDerivation(KeyDerivation keyDerivation)
getKeyDerivation
public KeyDerivation getKeyDerivation()
Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.