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

LOCAL_LIBRNP =

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.

File.join(File.dirname(__FILE__), FFI.map_library_name("rnp"))
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_KEY_UNLOAD_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 << 0)
RNP_KEY_UNLOAD_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 << 1)
RNP_KEY_REMOVE_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 << 0)
RNP_KEY_REMOVE_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 << 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_JSON_DUMP_MPI =

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_DUMP_RAW =

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_DUMP_GRIP =

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_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

Class Method Summary collapse

Class Method Details

.rnp_version_commit_timestampObject

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



146
147
148
# File 'lib/rnp/ffi/librnp.rb', line 146

def self.rnp_version_commit_timestamp
  0
end