public class ObjectFactory
extends java.lang.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)
Create an instance of
JAXBElement < byte[] > } |
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509CRL(byte[] value)
Create an instance of
JAXBElement < byte[] > } |
javax.xml.bind.JAXBElement<X509IssuerSerialType> |
createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
|
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509SKI(byte[] value)
Create an instance of
JAXBElement < byte[] > } |
javax.xml.bind.JAXBElement<java.lang.String> |
createX509DataTypeX509SubjectName(java.lang.String value)
Create an instance of
JAXBElement < String > } |
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)
JAXBElement
<
byte[]
>
}public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
JAXBElement
<
byte[]
>
}public javax.xml.bind.JAXBElement<java.lang.String> createX509DataTypeX509SubjectName(java.lang.String value)
JAXBElement
<
String
>
}public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
JAXBElement
<
byte[]
>
}