Without
sealed class Without<A : AuthCapability<out K>, K : KeyType> : SealedBoxBuilder<A, NonceTrait.Without, K> (source)
Inheritors
Types
Link copied to clipboard
class Authenticated<A : AuthCapability.Authenticated<out K>, K : KeyType> : SealedBoxBuilder.Without<A, K>
Link copied to clipboard
Functions
Link copied to clipboard
fun SealedBoxBuilder.Without<AuthCapability.Unauthenticated, KeyType.Integrated>.from( encryptedData: ByteArray): KmmResult<SealedBox<AuthCapability.Unauthenticated, NonceTrait.Without, KeyType.Integrated>>
Creates a SealedBox matching the characteristics of the underlying SealedBoxBuilder.algorithm. Use this function to load external encrypted data for decryption. Returns a KmmResult purely for the sake of consistency