# Package com.miracl.trust.crypto
# Types
Name | Summary |
---|---|
CryptoErrorCode | enum CryptoErrorCode : Enum<CryptoErrorCode> , MIRACLErrorCode An enumeration that describes crypto issues. |
CryptoException | class CryptoException(errorCode: CryptoErrorCode, cause: Throwable?) : MIRACLException |
SigningKeyPair | data class SigningKeyPair(publicKey: ByteArray, privateKey: ByteArray) |
SigningResult | data class SigningResult(u: ByteArray, v: ByteArray) |