enum

OpenSSL::PKey::KeyFlag

Inherits Enum < Comparable < Value < Object

Constants

ALL = 0_u8
PRIVATE_KEY = 1_u8
PUBLIC_KEY = 2_u8

Instance methods

all?

Returns true if this enum value equals ALL

Source
private_key?

Returns true if this enum value equals PRIVATE_KEY

Source
public_key?

Returns true if this enum value equals PUBLIC_KEY

Source