class Virgil::SDK::Cryptography::Keys::KeyPairType::UnknownTypeException
Exception raised when Unknown Type passed to convertion method
Public Class Methods
new(key_pair_type)
click to toggle source
Calls superclass method
# File lib/virgil/sdk/cryptography/keys/key_pair_type.rb, line 44 def initialize(key_pair_type) @key_pair_type = key_pair_type super end
Public Instance Methods
to_s()
click to toggle source
# File lib/virgil/sdk/cryptography/keys/key_pair_type.rb, line 49 def to_s "KeyPairType not found: #{@key_pair_type}" end