Uses of Class
org.apache.xml.security.binding.xmldsig11.PnBFieldParamsType
-
Packages that use PnBFieldParamsType Package Description org.apache.xml.security.binding.xmldsig11 -
-
Uses of PnBFieldParamsType in org.apache.xml.security.binding.xmldsig11
Fields in org.apache.xml.security.binding.xmldsig11 declared as PnBFieldParamsType Modifier and Type Field Description protected PnBFieldParamsType
FieldIDType. pnB
Methods in org.apache.xml.security.binding.xmldsig11 that return PnBFieldParamsType Modifier and Type Method Description PnBFieldParamsType
ObjectFactory. createPnBFieldParamsType()
Create an instance ofPnBFieldParamsType
PnBFieldParamsType
FieldIDType. getPnB()
Gets the value of the pnB property.Methods in org.apache.xml.security.binding.xmldsig11 that return types with arguments of type PnBFieldParamsType Modifier and Type Method Description javax.xml.bind.JAXBElement<PnBFieldParamsType>
ObjectFactory. createPnB(PnBFieldParamsType value)
Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type PnBFieldParamsType Modifier and Type Method Description javax.xml.bind.JAXBElement<PnBFieldParamsType>
ObjectFactory. createPnB(PnBFieldParamsType value)
void
FieldIDType. setPnB(PnBFieldParamsType value)
Sets the value of the pnB property.
-