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