z/OS Open Cryptographic Services Facility Application Programming
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


CSSM_CERT_ENCODING

z/OS Open Cryptographic Services Facility Application Programming
SC24-5899-01

This variable specifies the certificate-encoding format supported by a CL.

typedef enum cssm_cert_encoding {
    CSSM_CERT_ENCODING_UNKNOWN  =  0x00,
    CSSM_CERT_ENCODING_CUSTOM   =  0x01,
    CSSM_CERT_ENCODING_BER      =  0x02,
    CSSM_CERT_ENCODING_DER      =  0x03,
    CSSM_CERT_ENCODING_NDR      =  0x04,
} CSSM_CERT_ENCODING, *CSSM_CERT_ENCODING_PTR;

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014