xades4j
Package Index
|
Class Index
xades4j
xades4j.algorithms
xades4j.production
xades4j.properties
xades4j.properties.data
xades4j.providers
xades4j.providers.impl
xades4j.utils
xades4j.verification
xades4j.xml.bind
xades4j.xml.bind.xades
xades4j.xml.bind.xmldsig
xades4j.xml.marshalling
xades4j.xml.marshalling.algorithms
xades4j.xml.unmarshalling
Classes
Base64XmlAdapter
DateTimeXmlAdapter
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
DateTimeXmlAdapter
extends XmlAdapter<ValueType, BoundType>
java.lang.Object
↳
javax.xml.bind.annotation.adapters.XmlAdapter<ValueType, BoundType>
↳
xades4j.xml.bind.DateTimeXmlAdapter
Summary
Public Constructors
DateTimeXmlAdapter
()
Public Methods
String
marshal
(Calendar value)
Calendar
unmarshal
(String value)
[Expand]
Inherited Methods
From class javax.xml.bind.annotation.adapters.XmlAdapter
abstract ValueType
marshal
(BoundType arg0)
abstract BoundType
unmarshal
(ValueType arg0)
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Public Constructors
public
DateTimeXmlAdapter
()
Public Methods
public String
marshal
(Calendar value)
public Calendar
unmarshal
(String value)