Cert

object Cert

WebID-TLS certificate vocabulary constants. http://www.w3.org/ns/auth/cert# Used in WebID profiles to advertise public keys for WebID-TLS authentication.

Properties

Link copied to clipboard
const val CERTIFICATE: String
Link copied to clipboard
const val EXPONENT: String

The RSA public exponent.

Link copied to clipboard
const val IDENTITY: String

The identity the key belongs to.

Link copied to clipboard
const val KEY: String

Links a WebID to a public key.

Link copied to clipboard
const val KEY_TYPE: String
Link copied to clipboard
const val LABEL: String

The label of a key.

Link copied to clipboard
const val MODULUS: String

The RSA modulus (hex or integer).

Link copied to clipboard
const val NAMESPACE: String
Link copied to clipboard