|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.identity.xmlsec.w3.xmlenc.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.w3._2001._04.xmlenc_ 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.w3._2001._04.xmlenc_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public EncryptedDataType createEncryptedDataType()
EncryptedDataType
public EncryptionPropertiesType createEncryptionPropertiesType()
EncryptionPropertiesType
public TransformsType createTransformsType()
TransformsType
public ReferenceType createReferenceType()
ReferenceType
public CipherDataType createCipherDataType()
CipherDataType
public EncryptedKeyType createEncryptedKeyType()
EncryptedKeyType
public EncryptionMethodType createEncryptionMethodType()
EncryptionMethodType
public AgreementMethodType createAgreementMethodType()
AgreementMethodType
public EncryptionPropertyType createEncryptionPropertyType()
EncryptionPropertyType
public ReferenceList createReferenceList()
ReferenceList
public CipherReferenceType createCipherReferenceType()
CipherReferenceType
public javax.xml.bind.JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
JAXBElement
<
byte[]
>
}
public javax.xml.bind.JAXBElement<java.math.BigInteger> createEncryptionMethodTypeKeySize(java.math.BigInteger value)
JAXBElement
<
BigInteger
>
}
public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
JAXBElement
<
ReferenceType
>
}
public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
JAXBElement
<
ReferenceType
>
}
public javax.xml.bind.JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
JAXBElement
<
EncryptedKeyType
>
}
public javax.xml.bind.JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
JAXBElement
<
AgreementMethodType
>
}
public javax.xml.bind.JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
JAXBElement
<
EncryptionPropertyType
>
}
public javax.xml.bind.JAXBElement<CipherDataType> createCipherData(CipherDataType value)
JAXBElement
<
CipherDataType
>
}
public javax.xml.bind.JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
JAXBElement
<
CipherReferenceType
>
}
public javax.xml.bind.JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
JAXBElement
<
EncryptionPropertiesType
>
}
public javax.xml.bind.JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
JAXBElement
<
EncryptedDataType
>
}
public javax.xml.bind.JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
JAXBElement
<
byte[]
>
}
public javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
JAXBElement
<
KeyInfoType
>
}
public javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
JAXBElement
<
KeyInfoType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |