Class ObjectFactory
- java.lang.Object
-
- org.apache.xml.security.binding.xmlenc11.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis 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 Modifier and Type Field Description private static javax.xml.namespace.QName_ConcatKDFParams_QNAMEprivate static javax.xml.namespace.QName_DerivedKey_QNAMEprivate static javax.xml.namespace.QName_KeyDerivationMethod_QNAMEprivate static javax.xml.namespace.QName_MGF_QNAMEprivate static javax.xml.namespace.QName_PBKDF2Params_QNAME
-
Constructor Summary
Constructors Constructor Description 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 Summary
-
-
-
Field Detail
-
_ConcatKDFParams_QNAME
private static final javax.xml.namespace.QName _ConcatKDFParams_QNAME
-
_DerivedKey_QNAME
private static final javax.xml.namespace.QName _DerivedKey_QNAME
-
_KeyDerivationMethod_QNAME
private static final javax.xml.namespace.QName _KeyDerivationMethod_QNAME
-
_PBKDF2Params_QNAME
private static final javax.xml.namespace.QName _PBKDF2Params_QNAME
-
_MGF_QNAME
private static final javax.xml.namespace.QName _MGF_QNAME
-
-
Method Detail
-
createPBKDF2ParameterType
public PBKDF2ParameterType createPBKDF2ParameterType()
Create an instance ofPBKDF2ParameterType
-
createConcatKDFParamsType
public ConcatKDFParamsType createConcatKDFParamsType()
Create an instance ofConcatKDFParamsType
-
createDerivedKeyType
public DerivedKeyType createDerivedKeyType()
Create an instance ofDerivedKeyType
-
createKeyDerivationMethodType
public KeyDerivationMethodType createKeyDerivationMethodType()
Create an instance ofKeyDerivationMethodType
-
createAlgorithmIdentifierType
public AlgorithmIdentifierType createAlgorithmIdentifierType()
Create an instance ofAlgorithmIdentifierType
-
createPRFAlgorithmIdentifierType
public PRFAlgorithmIdentifierType createPRFAlgorithmIdentifierType()
Create an instance ofPRFAlgorithmIdentifierType
-
createPBKDF2ParameterTypeSalt
public PBKDF2ParameterType.Salt createPBKDF2ParameterTypeSalt()
Create an instance ofPBKDF2ParameterType.Salt
-
createConcatKDFParams
public javax.xml.bind.JAXBElement<ConcatKDFParamsType> createConcatKDFParams(ConcatKDFParamsType value)
-
createDerivedKey
public javax.xml.bind.JAXBElement<DerivedKeyType> createDerivedKey(DerivedKeyType value)
-
createKeyDerivationMethod
public javax.xml.bind.JAXBElement<KeyDerivationMethodType> createKeyDerivationMethod(KeyDerivationMethodType value)
-
createPBKDF2Params
public javax.xml.bind.JAXBElement<PBKDF2ParameterType> createPBKDF2Params(PBKDF2ParameterType value)
-
-