# File lib/nanite/security/rsa_key_pair.rb, line 23
    def to_public
      RsaKeyPair.from_data(raw_key.public_key.to_pem)
    end