enum io.SslPrivateKeyResult

enum SslPrivateKeyResult {
    PassphraseError = -2,
    Error           = -1,
    Success         = 0,
};