Skip to main content

CertificateDigestInterface

interface CertificateDigestInterface

The digest of a certificate.

Inheritors

CertificateDigest

Functions

NameSummary
nextLexicographicalabstract fun nextLexicographical(): CertificateDigest
Returns the next digest in byte-increasing order.
nextLexicographicalOptabstract fun nextLexicographicalOpt(): CertificateDigest?
Returns the next digest in byte-increasing order, or None if the result would overflow.
toBase58abstract fun toBase58(): String
toBytesabstract fun toBytes(): ByteArray