HashAndSign

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

Hash and signature algorithm pair

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

algorithm.

Link copied to clipboard

String representation of this algorithms pair

Link copied to clipboard
Link copied to clipboard

algorithm.