Uses of Class
org.apache.xml.security.binding.xmldsig11.TnBFieldParamsType
-
Packages that use TnBFieldParamsType Package Description org.apache.xml.security.binding.xmldsig11 -
-
Uses of TnBFieldParamsType in org.apache.xml.security.binding.xmldsig11
Fields in org.apache.xml.security.binding.xmldsig11 declared as TnBFieldParamsType Modifier and Type Field Description protected TnBFieldParamsType
FieldIDType. tnB
Methods in org.apache.xml.security.binding.xmldsig11 that return TnBFieldParamsType Modifier and Type Method Description TnBFieldParamsType
ObjectFactory. createTnBFieldParamsType()
Create an instance ofTnBFieldParamsType
TnBFieldParamsType
FieldIDType. getTnB()
Gets the value of the tnB property.Methods in org.apache.xml.security.binding.xmldsig11 that return types with arguments of type TnBFieldParamsType Modifier and Type Method Description javax.xml.bind.JAXBElement<TnBFieldParamsType>
ObjectFactory. createTnB(TnBFieldParamsType value)
Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type TnBFieldParamsType Modifier and Type Method Description javax.xml.bind.JAXBElement<TnBFieldParamsType>
ObjectFactory. createTnB(TnBFieldParamsType value)
void
FieldIDType. setTnB(TnBFieldParamsType value)
Sets the value of the tnB property.
-