Package-level declarations
Types
Link copied to clipboard
interface CryptoVerifier
Interface for cryptographic operations needed by the CT verification engine. Platform-specific implementations are provided via createCryptoVerifier.
Functions
Link copied to clipboard
Android/JVM actual implementation of createCryptoVerifier.
Factory function to create a platform-specific CryptoVerifier instance. Implemented via expect/actual for Android (java.security) and iOS (Security framework).
iOS actual implementation of createCryptoVerifier.