tdf:EncryptionMethod
Element information
Namespace: urn:us:gov:ic:tdf
Schema document: IC-TDF/IC-TDF.xsd
Other elements with the same name: tdf:EncryptionMethod
Type: tdf:EncryptionMethodType
Properties: Local, Qualified
Content
- Sequence [1..1]
- tdf:KeySize [0..1] The size of the key used for encryption expressed as an integer.
- tdf:OaepParams [0..1] Used to express the Optimal Asymmetric Encryption Padding (OAEP) scheme
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
tdf:algorithm | [1..1] | xsd:anyURI |
Used in
- Type tdf:WrappedKeyType (Element tdf:WrappedKey)
Sample instance
<tdf:EncryptionMethod tdf:algorithm="AES"> <tdf:KeySize>16</tdf:KeySize> </tdf:EncryptionMethod>