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