Package-level declarations

Types

Link copied to clipboard
interface CryptoDriver
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <A : AutoCloseable, B : AutoCloseable, R> useAll(a: () -> A, b: (A) -> B, block: (A, B) -> R): R