CertificateDigestInterface
interface CertificateDigestInterface
The digest of a certificate.
Inheritors
| CertificateDigest |
Functions
| Name | Summary |
|---|---|
| nextLexicographical | abstract fun nextLexicographical(): CertificateDigest Returns the next digest in byte-increasing order. |
| nextLexicographicalOpt | abstract fun nextLexicographicalOpt(): CertificateDigest? Returns the next digest in byte-increasing order, or None if the result would overflow. |
| toBase58 | abstract fun toBase58(): String |
| toBytes | abstract fun toBytes(): ByteArray |