Inheritance diagram for SiBaseRSAProfile:
Public Member Functions | |
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. | |
virtual OFBool | isAllowableAlgorithmType (E_KeyType keyType) const |
checks whether the given public/private key algorithm can be used with this security profile. | |
virtual OFBool | isAllowableTransferSyntax (E_TransferSyntax xfer) const |
checks whether the given transfer syntax can be used with this security profile | |
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. | |
virtual OFBool | attributeForbidden (const DcmTagKey &key) const |
checks whether an attribute with the given tag must not be signed for the current security profile. |
Definition at line 44 of file sibrsapr.h.
|
checks whether an attribute with the given tag must not be signed for the current security profile.
Implements SiSecurityProfile. |
|
checks whether an attribute with the given tag is required to be signed for the current security profile.
Implements SiSecurityProfile. Reimplemented in SiAuthorizationProfile, and SiCreatorProfile. |
|
checks whether the given public/private key algorithm can be used with this security profile.
Implements SiSecurityProfile. |
|
checks whether the given MAC type can be used with this security profile.
Implements SiSecurityProfile. |
|
checks whether the given transfer syntax can be used with this security profile
Implements SiSecurityProfile. |