class WebAuthn::AttestationStatement::FidoU2f::PublicKey

def cose_key

def cose_key
  @cose_key ||= COSE::Key::EC2.deserialize(data)
end