2.2.2.9 KeyDerivationMethod
The KeyDerivationMethod structure denotes the set of cryptographic parameters and algorithms used to derive the key from TransportKey.
-
<xs:element name="KeyDerivationMethod" type="KeyDerivationMethod_T" /> <xs:complexType name="KeyDerivationMethod_T"> <xs:sequence> <xs:element name="Parameters" type="CryptoParameters_T" minOccurs="0" /> </xs:sequence> <xs:attribute name="Algorithm" type="CryptoAlgorithm_T" use="required" /> </xs:complexType>
Parameters: Set of cryptographic parameters used in deriving the key from the TransportKey, of the type defined in section 2.2.2.15
Algorithm: Cryptographic algorithm used to derive the key from the TransportKey, of the type defined in section 2.2.3.12