#[repr(C)]pub struct MQSCO {Show 20 fields
pub StrucId: MQCHAR4,
pub Version: MQLONG,
pub KeyRepository: MQCHAR256,
pub CryptoHardware: MQCHAR256,
pub AuthInfoRecCount: MQLONG,
pub AuthInfoRecOffset: MQLONG,
pub AuthInfoRecPtr: PMQAIR,
pub KeyResetCount: MQLONG,
pub FipsRequired: MQLONG,
pub EncryptionPolicySuiteB: [MQLONG; 4],
pub CertificateValPolicy: MQLONG,
pub CertificateLabel: MQCHAR64,
pub KeyRepoPasswordPtr: MQPTR,
pub KeyRepoPasswordOffset: MQLONG,
pub KeyRepoPasswordLength: MQLONG,
pub HTTPSCertValidation: MQLONG,
pub HTTPSCertRevocation: MQLONG,
pub HTTPSKeyStorePtr: MQPTR,
pub HTTPSKeyStoreOffset: MQLONG,
pub HTTPSKeyStoreLength: MQLONG,
}Expand description
Fields§
§StrucId: MQCHAR4Structure identifier
Version: MQLONGStructure version number
KeyRepository: MQCHAR256Location of SSL key repository
CryptoHardware: MQCHAR256Cryptographic hardware configuration string
AuthInfoRecCount: MQLONGNumber of MQAIR records present
AuthInfoRecOffset: MQLONG§AuthInfoRecPtr: PMQAIRAddress of first MQAIR record
KeyResetCount: MQLONGNumber of unencrypted bytes sent/received before secret key is reset
MQSCO::Version >= 2
FipsRequired: MQLONGUsing FIPS-certified algorithms
MQSCO::Version >= 2
EncryptionPolicySuiteB: [MQLONG; 4]Use only Suite B cryptographic algorithms
MQSCO::Version >= 3
CertificateValPolicy: MQLONGCertificate validation policy
MQSCO::Version >= 4
CertificateLabel: MQCHAR64SSL/TLS certificate label
MQSCO::Version >= 5
KeyRepoPasswordPtr: MQPTRAddress of key repository password
MQSCO::Version >= 6
KeyRepoPasswordOffset: MQLONGOffset of key repository password
MQSCO::Version >= 6
KeyRepoPasswordLength: MQLONGLength of key repository password
MQSCO::Version >= 6
HTTPSCertValidation: MQLONGHTTPS certificate validation level
MQSCO::Version >= 7
HTTPSCertRevocation: MQLONGHTTPS certificate revocation level
MQSCO::Version >= 7
HTTPSKeyStorePtr: MQPTRAddress of HTTPS Keystore
MQSCO::Version >= 7
HTTPSKeyStoreOffset: MQLONGOffset of HTTPS Keystore
MQSCO::Version >= 7
HTTPSKeyStoreLength: MQLONGLength of HTTPS keystore
MQSCO::Version >= 7