Class WinCrypt.CERT_STRONG_SIGN_SERIALIZED_INFO

  • Enclosing interface:
    WinCrypt

    @FieldOrder({"dwFlags","pwszCNGSignHashAlgids","pwszCNGPubKeyMinBitLengths"})
    public static class WinCrypt.CERT_STRONG_SIGN_SERIALIZED_INFO
    extends Structure
    Contains the signature algorithm/hash algorithm and public key algorithm/bit length pairs that can be used for strong signing. This structure is used by the CERT_STRONG_SIGN_PARA structure.
    See Also:
    MSDN
    • Field Detail

      • dwFlags

        public int dwFlags
      • pwszCNGSignHashAlgids

        public String pwszCNGSignHashAlgids
      • pwszCNGPubKeyMinBitLengths

        public String pwszCNGPubKeyMinBitLengths
    • Constructor Detail

      • CERT_STRONG_SIGN_SERIALIZED_INFO

        public CERT_STRONG_SIGN_SERIALIZED_INFO()