public class EncryptedAttributesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
ISingleCollection<byte[]> |
getEncryptedContent()
Retrieves encrypted data that contains an Enveloped-data content type of the cryptographic message
syntax defined in RFC 2630.
|
java.lang.String |
getEncryptedContentTransferSyntaxUID()
Retrieves Transfer Syntax used to encode the encrypted content.
|
void |
setEncryptedContent(ISingleCollection<byte[]> vectEncryptedContent)
Sets Encrypted data that contains an Enveloped-data content type of the cryptographic message
syntax defined in RFC 2630.
|
void |
setEncryptedContentTransferSyntaxUID(java.lang.String strEncryptedContentTransferSyntaxUID)
Sets Transfer Syntax used to encode the encrypted content.
|
boolean |
validateForModule()
Validates all the attributes in EncryptedAttributesSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setEncryptedContentTransferSyntaxUID(java.lang.String strEncryptedContentTransferSyntaxUID)
strEncryptedContentTransferSyntaxUID - String value of Encrypted Content TransferSyntax UID.public java.lang.String getEncryptedContentTransferSyntaxUID()
public void setEncryptedContent(ISingleCollection<byte[]> vectEncryptedContent)
vectEncryptedContent - collection of byte array of Encrypted data.public ISingleCollection<byte[]> getEncryptedContent()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.