Module: LibRnp Private

Extended by:
FFI::Library
Defined in:
lib/rnp/ffi/librnp.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Constant Summary collapse

RNP_KEY_EXPORT_ARMORED =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 0)
RNP_KEY_EXPORT_PUBLIC =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 1)
RNP_KEY_EXPORT_SECRET =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 2)
RNP_KEY_EXPORT_SUBKEYS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 3)
RNP_LOAD_SAVE_PUBLIC_KEYS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 0)
RNP_LOAD_SAVE_SECRET_KEYS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 1)
RNP_JSON_PUBLIC_MPIS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 0)
RNP_JSON_SECRET_MPIS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 1)
RNP_JSON_SIGNATURES =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 2)
RNP_JSON_SIGNATURE_MPIS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

(1 << 3)
RNP_SUCCESS =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

0
RNP_ERROR_BAD_FORMAT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

0x10000001
RNP_ERROR_SIGNATURE_INVALID =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

0x12000002
RNP_ERROR_BAD_PASSWORD =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

0x12000004
RNP_ERROR_NO_SUITABLE_KEY =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

0x12000006
RNP_ERROR_SIGNATURE_EXPIRED =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

0x1200000B