Enum VerifyDataDetails.SigningAlgorithm

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<VerifyDataDetails.SigningAlgorithm>
    Enclosing class:
    VerifyDataDetails

    public static enum VerifyDataDetails.SigningAlgorithm
    extends Enum<VerifyDataDetails.SigningAlgorithm>
    implements BmcEnum
    The algorithm to use to sign the message or message digest.

    For RSA keys, supported signature schemes include PKCS #1 and RSASSA-PSS, along with different hashing algorithms. For ECDSA keys, ECDSA is the supported signature scheme with different hashing algorithms. When you pass a message digest for signing, ensure that you specify the same hashing algorithm as used when creating the message digest.