WithoutNonce
sealed class WithoutNonce<A : AuthCapability<out K>, K : KeyType> : SealedBox<A, NonceTrait.Without, K> (source)
A sealed box without an IV/nonce. Construct using SymmetricEncryptionAlgorithm.sealedBoxFrom
Inheritors
Types
Link copied to clipboard
class Authenticated<K : KeyType> : SealedBox.WithoutNonce<AuthCapability.Authenticated<out K>, K> , SealedBox.Authenticated<NonceTrait.Without, K>
Link copied to clipboard
Properties
Functions
Link copied to clipboard
fun <A : AuthCapability<out K>, K : KeyType, I : NonceTrait> SealedBox<A, I, out K>.isAuthenticated(): Boolean
Use to smart-cast this sealed box