org.dcm4che2.iod.module.general
Class EncryptedAttributes

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by 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)

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
EncryptedAttributes()
           
EncryptedAttributes(DicomObject dcmobj)
           
 
Method Summary
 byte[] getEncryptedContent()
           
 java.lang.String getEncryptedContentTransferSyntaxUID()
           
 void setEncryptedContent(byte[] b)
           
 void setEncryptedContentTransferSyntaxUID(java.lang.String s)
           
static EncryptedAttributes[] toEncryptedAttributes(DicomElement sq)
           
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedAttributes

public EncryptedAttributes(DicomObject dcmobj)

EncryptedAttributes

public EncryptedAttributes()
Method Detail

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.