Base RSA Digital Signature Profile.
More...
Base RSA Digital Signature Profile.
Definition at line 40 of file sibrsapr.h.
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.
- Parameters
-
- Returns
- true if attribute must not be signed, false otherwise.
Implements SiSecurityProfile.
virtual OFBool SiBaseRSAProfile::attributeRequired |
( |
const DcmTagKey & |
key | ) |
const |
|
virtual |
virtual OFBool SiBaseRSAProfile::isAllowableAlgorithmType |
( |
E_KeyType |
keyType | ) |
const |
|
virtual |
checks whether the given public/private key algorithm can be used with this security profile.
- Parameters
-
keyType | public key algorithm type to be checked |
- Returns
- true if public key algorithm is allowable for this profile, false otherwise.
Implements SiSecurityProfile.
virtual OFBool SiBaseRSAProfile::isAllowableMACType |
( |
E_MACType |
macType | ) |
const |
|
virtual |
checks whether the given MAC type can be used with this security profile.
- Parameters
-
macType | MAC type to be checked |
- Returns
- true if MAC type is allowable for this profile, false otherwise.
Implements SiSecurityProfile.
virtual OFBool SiBaseRSAProfile::isAllowableTransferSyntax |
( |
E_TransferSyntax |
xfer | ) |
const |
|
virtual |
checks whether the given transfer syntax can be used with this security profile
- Parameters
-
xfer | transfer syntax to be checked |
- Returns
- true if transfer syntax is allowable for this profile, false otherwise.
Implements SiSecurityProfile.
The documentation for this class was generated from the following file: