Class ObjectFactory
java.lang.Object
org.apache.xml.security.binding.xmlenc11.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.xml.security.binding.xmlenc11 package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.binding.xmlenc11 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAlgorithmIdentifierType
Create an instance ofConcatKDFParamsType
createDerivedKey
(DerivedKeyType value) Create an instance ofDerivedKeyType
Create an instance ofKeyDerivationMethodType
Create an instance ofMGFType
Create an instance ofPBKDF2ParameterType
Create an instance ofPBKDF2ParameterType.Salt
Create an instance ofPRFAlgorithmIdentifierType
-
Field Details
-
_ConcatKDFParams_QNAME
-
_DerivedKey_QNAME
-
_KeyDerivationMethod_QNAME
-
_PBKDF2Params_QNAME
-
_MGF_QNAME
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.binding.xmlenc11
-
-
Method Details
-
createPBKDF2ParameterType
Create an instance ofPBKDF2ParameterType
-
createConcatKDFParamsType
Create an instance ofConcatKDFParamsType
-
createDerivedKeyType
Create an instance ofDerivedKeyType
-
createKeyDerivationMethodType
Create an instance ofKeyDerivationMethodType
-
createMGFType
Create an instance ofMGFType
-
createAlgorithmIdentifierType
Create an instance ofAlgorithmIdentifierType
-
createPRFAlgorithmIdentifierType
Create an instance ofPRFAlgorithmIdentifierType
-
createPBKDF2ParameterTypeSalt
Create an instance ofPBKDF2ParameterType.Salt
-
createConcatKDFParams
-
createDerivedKey
-
createKeyDerivationMethod
public JAXBElement<KeyDerivationMethodType> createKeyDerivationMethod(KeyDerivationMethodType value) -
createPBKDF2Params
-
createMGF
-