org.dcm4che2.iod.module.general
Class EncryptedAttributes
java.lang.Object
org.dcm4che2.iod.module.Module
org.dcm4che2.iod.module.general.EncryptedAttributes
public class EncryptedAttributes
- extends Module
- Since:
- Jun 16, 2006
- Version:
- $Revision: 720 $ $Date: 2006-11-26 18:40:54 +0100 (Sun, 26 Nov 2006) $
- Author:
- gunter zeilinger(gunterze@gmail.com)
Fields inherited from class org.dcm4che2.iod.module.Module |
dcmobj |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptedAttributes
public EncryptedAttributes(DicomObject dcmobj)
EncryptedAttributes
public EncryptedAttributes()
toEncryptedAttributes
public static EncryptedAttributes[] toEncryptedAttributes(DicomElement sq)
getEncryptedContentTransferSyntaxUID
public java.lang.String getEncryptedContentTransferSyntaxUID()
setEncryptedContentTransferSyntaxUID
public void setEncryptedContentTransferSyntaxUID(java.lang.String s)
getEncryptedContent
public byte[] getEncryptedContent()
setEncryptedContent
public void setEncryptedContent(byte[] b)
Copyright © 2011 dcm4che. All Rights Reserved.