decapsulate(_:)
Recovers a shared secret from an encapsulated representation.
Declaration
func decapsulate(_ encapsulated: Data) throws -> SymmetricKeyParameters
- encapsulated:
The encapsulated shared secret that someone created using this key’s Publickey Swift.property.
Return Value
The decapsulated shared secret.