HashAndSign

data class HashAndSign(hash: HashAlgorithm, sign: SignatureAlgorithm, oid: OID?)

Hash and signature algorithm pair

Constructors

Link copied to clipboard
fun HashAndSign(hash: HashAlgorithm, sign: SignatureAlgorithm, oid: OID? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hash: HashAlgorithm

algorithm.

Link copied to clipboard
val name: String

String representation of this algorithms pair

Link copied to clipboard
val oid: OID? = null
Link copied to clipboard
val sign: SignatureAlgorithm

algorithm.