public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public PBKDF2ParameterType createPBKDF2ParameterType()
PBKDF2ParameterTypepublic KeyDerivationMethodType createKeyDerivationMethodType()
KeyDerivationMethodTypepublic ConcatKDFParamsType createConcatKDFParamsType()
ConcatKDFParamsTypepublic DerivedKeyType createDerivedKeyType()
DerivedKeyTypepublic PRFAlgorithmIdentifierType createPRFAlgorithmIdentifierType()
PRFAlgorithmIdentifierTypepublic AlgorithmIdentifierType createAlgorithmIdentifierType()
AlgorithmIdentifierTypepublic PBKDF2ParameterType.Salt createPBKDF2ParameterTypeSalt()
PBKDF2ParameterType.Saltpublic JAXBElement<KeyDerivationMethodType> createKeyDerivationMethod(KeyDerivationMethodType value)
public JAXBElement<MGFType> createMGF(MGFType value)
public JAXBElement<DerivedKeyType> createDerivedKey(DerivedKeyType value)
public JAXBElement<ConcatKDFParamsType> createConcatKDFParams(ConcatKDFParamsType value)
public JAXBElement<PBKDF2ParameterType> createPBKDF2Params(PBKDF2ParameterType value)
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.