DCMTK
Version 3.6.3
OFFIS DICOM Toolkit
|
Authorization Digital Signature Profile. More...
Public Member Functions | |
SiAuthorizationProfile () | |
default constructor | |
virtual | ~SiAuthorizationProfile () |
destructor | |
virtual OFBool | attributeRequired (const DcmTagKey &key) const |
checks whether an attribute with the given tag is required to be signed for the current security profile. More... | |
![]() | |
SiBaseRSAProfile () | |
default constructor | |
virtual | ~SiBaseRSAProfile () |
destructor | |
virtual OFBool | isAllowableMACType (E_MACType macType) const |
checks whether the given MAC type can be used with this security profile. More... | |
virtual OFBool | isAllowableAlgorithmType (E_KeyType keyType) const |
checks whether the given public/private key algorithm can be used with this security profile. More... | |
virtual OFBool | isAllowableTransferSyntax (E_TransferSyntax xfer) const |
checks whether the given transfer syntax can be used with this security profile More... | |
virtual OFBool | attributeForbidden (const DcmTagKey &key) const |
checks whether an attribute with the given tag must not be signed for the current security profile. More... | |
![]() | |
SiSecurityProfile () | |
default constructor | |
virtual | ~SiSecurityProfile () |
destructor | |
virtual OFBool | isAllowableMAC (const SiMAC &mac) const |
checks whether the given MAC object can be used with this security profile. More... | |
virtual OFBool | isAllowableAlgorithm (const SiAlgorithm &algo) const |
checks whether the given public/private key object can be used with this security profile. More... | |
virtual OFCondition | updateAttributeList (DcmItem &item, DcmAttributeTag &tagList) |
updates the given list of attribute tags according to the requirements of the current security profile. More... | |
virtual OFBool | checkAttributeList (DcmItem &item, DcmAttributeTag &tagList) |
checks whether the given list of attribute tags fulfils the requirements of the current security profile for the given dataset. More... | |
Additional Inherited Members | |
![]() | |
static OFBool | containsTag (DcmAttributeTag &tagList, const DcmTagKey &key) |
checks if the given tag key is contained in the given list. More... | |
Authorization Digital Signature Profile.
checks whether an attribute with the given tag is required to be signed for the current security profile.
key | tag key to be checked |
Reimplemented from SiBaseRSAProfile.