org.apache.xml.security.binding.xmlenc11
Class ObjectFactory

java.lang.Object
  extended by org.apache.xml.security.binding.xmlenc11.ObjectFactory

public class ObjectFactory
extends Object

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.


Constructor Summary
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
 AlgorithmIdentifierType createAlgorithmIdentifierType()
          Create an instance of AlgorithmIdentifierType
 JAXBElement<ConcatKDFParamsType> createConcatKDFParams(ConcatKDFParamsType value)
          Create an instance of JAXBElement<ConcatKDFParamsType>}
 ConcatKDFParamsType createConcatKDFParamsType()
          Create an instance of ConcatKDFParamsType
 JAXBElement<DerivedKeyType> createDerivedKey(DerivedKeyType value)
          Create an instance of JAXBElement<DerivedKeyType>}
 DerivedKeyType createDerivedKeyType()
          Create an instance of DerivedKeyType
 JAXBElement<KeyDerivationMethodType> createKeyDerivationMethod(KeyDerivationMethodType value)
          Create an instance of JAXBElement<KeyDerivationMethodType>}
 KeyDerivationMethodType createKeyDerivationMethodType()
          Create an instance of KeyDerivationMethodType
 JAXBElement<MGFType> createMGF(MGFType value)
          Create an instance of JAXBElement<MGFType>}
 MGFType createMGFType()
          Create an instance of MGFType
 PBKDF2ParameterType createPBKDF2ParameterType()
          Create an instance of PBKDF2ParameterType
 PBKDF2ParameterType.Salt createPBKDF2ParameterTypeSalt()
          Create an instance of PBKDF2ParameterType.Salt
 JAXBElement<PBKDF2ParameterType> createPBKDF2Params(PBKDF2ParameterType value)
          Create an instance of JAXBElement<PBKDF2ParameterType>}
 PRFAlgorithmIdentifierType createPRFAlgorithmIdentifierType()
          Create an instance of PRFAlgorithmIdentifierType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

createPBKDF2ParameterType

public PBKDF2ParameterType createPBKDF2ParameterType()
Create an instance of PBKDF2ParameterType


createMGFType

public MGFType createMGFType()
Create an instance of MGFType


createKeyDerivationMethodType

public KeyDerivationMethodType createKeyDerivationMethodType()
Create an instance of KeyDerivationMethodType


createConcatKDFParamsType

public ConcatKDFParamsType createConcatKDFParamsType()
Create an instance of ConcatKDFParamsType


createDerivedKeyType

public DerivedKeyType createDerivedKeyType()
Create an instance of DerivedKeyType


createPRFAlgorithmIdentifierType

public PRFAlgorithmIdentifierType createPRFAlgorithmIdentifierType()
Create an instance of PRFAlgorithmIdentifierType


createAlgorithmIdentifierType

public AlgorithmIdentifierType createAlgorithmIdentifierType()
Create an instance of AlgorithmIdentifierType


createPBKDF2ParameterTypeSalt

public PBKDF2ParameterType.Salt createPBKDF2ParameterTypeSalt()
Create an instance of PBKDF2ParameterType.Salt


createKeyDerivationMethod

public JAXBElement<KeyDerivationMethodType> createKeyDerivationMethod(KeyDerivationMethodType value)
Create an instance of JAXBElement<KeyDerivationMethodType>}


createMGF

public JAXBElement<MGFType> createMGF(MGFType value)
Create an instance of JAXBElement<MGFType>}


createDerivedKey

public JAXBElement<DerivedKeyType> createDerivedKey(DerivedKeyType value)
Create an instance of JAXBElement<DerivedKeyType>}


createConcatKDFParams

public JAXBElement<ConcatKDFParamsType> createConcatKDFParams(ConcatKDFParamsType value)
Create an instance of JAXBElement<ConcatKDFParamsType>}


createPBKDF2Params

public JAXBElement<PBKDF2ParameterType> createPBKDF2Params(PBKDF2ParameterType value)
Create an instance of JAXBElement<PBKDF2ParameterType>}



Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.