PublicKey

class PublicKey(val publicKeyScheme: String, val keyLength: Int)

Holds info regarding Public Key

Constructors

Link copied to clipboard
constructor(publicKeyScheme: String, keyLength: Int)

Properties

Link copied to clipboard

Returns the approximate length of the security parameter. For example, for RSA this is the size of the modulus.

Link copied to clipboard

Returns the underlying public key scheme.