XmlEncryptionKeyInfo

data class XmlEncryptionKeyInfo(val retrievalMethods: List<XmlEncryptionKeyRetrievalMethod>?)

Carries information about the key used to encrypt the data.

Constructors

Link copied to clipboard
constructor(retrievalMethods: List<XmlEncryptionKeyRetrievalMethod>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Used to reference encryption key information that is stored at another location.

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)