XmlEncryptionKeyRetrievalMethod

data class XmlEncryptionKeyRetrievalMethod(val type: String?, val uri: String?)

A IXmlEncryptionKeyRetrievalMethod object is used to reference encryption key information that is stored at another location.

Constructors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard
val type: String?

The type of data referenced by the uri.

Link copied to clipboard
val uri: String?

The URI of the referenced KeyInfo information.