Sha256: 14442bc5764a9cbe5ccdf17385a63f9964989ceb7ca858c1e56b63d45666fa64
Contents?: true
Size: 265 Bytes
Versions: 55
Compression:
Stored size: 265 Bytes
Contents
module RDF ## # W3 RSA Keys (RSA) vocabulary. # # @see http://www.w3.org/ns/auth/rsa# # @since 0.2.0 class RSA < Vocabulary("http://www.w3.org/ns/auth/rsa#") property :modulus property :private_exponent property :public_exponent end end
Version data entries
55 entries across 55 versions & 4 rubygems