Uses of Class
org.apache.xml.security.binding.xmldsig11.PrimeFieldParamsType
-
Packages that use PrimeFieldParamsType Package Description org.apache.xml.security.binding.xmldsig11 -
-
Uses of PrimeFieldParamsType in org.apache.xml.security.binding.xmldsig11
Fields in org.apache.xml.security.binding.xmldsig11 declared as PrimeFieldParamsType Modifier and Type Field Description protected PrimeFieldParamsType
FieldIDType. prime
Methods in org.apache.xml.security.binding.xmldsig11 that return PrimeFieldParamsType Modifier and Type Method Description PrimeFieldParamsType
ObjectFactory. createPrimeFieldParamsType()
Create an instance ofPrimeFieldParamsType
PrimeFieldParamsType
FieldIDType. getPrime()
Gets the value of the prime property.Methods in org.apache.xml.security.binding.xmldsig11 that return types with arguments of type PrimeFieldParamsType Modifier and Type Method Description javax.xml.bind.JAXBElement<PrimeFieldParamsType>
ObjectFactory. createPrime(PrimeFieldParamsType value)
Methods in org.apache.xml.security.binding.xmldsig11 with parameters of type PrimeFieldParamsType Modifier and Type Method Description javax.xml.bind.JAXBElement<PrimeFieldParamsType>
ObjectFactory. createPrime(PrimeFieldParamsType value)
void
FieldIDType. setPrime(PrimeFieldParamsType value)
Sets the value of the prime property.
-