Uses of Class
org.w3.xmldsig.X509DataType
-
Packages that use X509DataType Package Description org.w3.xmldsig -
-
Uses of X509DataType in org.w3.xmldsig
Fields in org.w3.xmldsig declared as X509DataType Modifier and Type Field Description protected X509DataTypeX509DataType.Builder. _storedValueMethods in org.w3.xmldsig with type parameters of type X509DataType Modifier and Type Method Description protected <_P extends X509DataType>
_PX509DataType.Builder. init(_P _product)Methods in org.w3.xmldsig that return X509DataType Modifier and Type Method Description X509DataTypeX509DataType.Builder. build()X509DataTypeObjectFactory. createX509DataType()Create an instance ofX509DataTypeMethods in org.w3.xmldsig that return types with arguments of type X509DataType Modifier and Type Method Description javax.xml.bind.JAXBElement<X509DataType>ObjectFactory. createX509Data(X509DataType value)Methods in org.w3.xmldsig with parameters of type X509DataType Modifier and Type Method Description static X509DataType.Builder<Void>X509DataType. copyExcept(X509DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)X509DataType.Builder<_B>X509DataType.Builder. copyOf(X509DataType _other)static <_B> X509DataType.Builder<_B>X509DataType. copyOf(X509DataType _other)static <_B> X509DataType.Builder<_B>X509DataType. copyOf(X509DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static X509DataType.Builder<Void>X509DataType. copyOnly(X509DataType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)javax.xml.bind.JAXBElement<X509DataType>ObjectFactory. createX509Data(X509DataType value)Method parameters in org.w3.xmldsig with type arguments of type X509DataType Modifier and Type Method Description KeyInfoType.Builder<_B>KeyInfoType.Builder. addX509Data(Iterable<? extends javax.xml.bind.JAXBElement<X509DataType>> x509Data_)Adds the given items to the value of "x509Data_"Constructors in org.w3.xmldsig with parameters of type X509DataType Constructor Description Builder(_B _parentBuilder, X509DataType _other, boolean _copy)Builder(_B _parentBuilder, X509DataType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-