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: at.gv.egiz.dsig
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<X509DataType> |
createX509Data(X509DataType value)
|
X509DataType |
createX509DataType()
Create an instance of
X509DataType |
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509Certificate(byte[] value)
|
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509CRL(byte[] value)
|
javax.xml.bind.JAXBElement<X509IssuerSerialType> |
createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
|
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509SKI(byte[] value)
|
javax.xml.bind.JAXBElement<String> |
createX509DataTypeX509SubjectName(String value)
|
X509IssuerSerialType |
createX509IssuerSerialType()
Create an instance of
X509IssuerSerialType |
public ObjectFactory()
public X509DataType createX509DataType()
X509DataType
public X509IssuerSerialType createX509IssuerSerialType()
X509IssuerSerialType
public javax.xml.bind.JAXBElement<X509DataType> createX509Data(X509DataType value)
public javax.xml.bind.JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
public javax.xml.bind.JAXBElement<String> createX509DataTypeX509SubjectName(String value)
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)