Uses of Interface
org.opensaml.core.xml.schema.XSInteger
-
Packages that use XSInteger Package Description org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.soap.wssecurity XMLObject interfaces for WS-Security 1.1 elements.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security.org.opensaml.soap.wstrust XMLObject interfaces for WS-Trust 1.3 elements.org.opensaml.soap.wstrust.impl XML Object provider implementations for WS-Trust.org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. -
-
Uses of XSInteger in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement XSInteger Modifier and Type Class Description classXSIntegerImplConcrete implementation ofXSInteger.Methods in org.opensaml.core.xml.schema.impl that return XSInteger Modifier and Type Method Description XSIntegerXSIntegerBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name. -
Uses of XSInteger in org.opensaml.soap.wssecurity
Subinterfaces of XSInteger in org.opensaml.soap.wssecurity Modifier and Type Interface Description interfaceIterationThe <wsse11:Iteration> element within a <wsse:UsernameToken> element. -
Uses of XSInteger in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement XSInteger Modifier and Type Class Description classIterationImplIterationImpl. -
Uses of XSInteger in org.opensaml.soap.wstrust
Subinterfaces of XSInteger in org.opensaml.soap.wstrust Modifier and Type Interface Description interfaceKeySizeThe wst:KeySize element. -
Uses of XSInteger in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement XSInteger Modifier and Type Class Description classKeySizeImplKeySizeImpl. -
Uses of XSInteger in org.opensaml.xmlsec.encryption
Subinterfaces of XSInteger in org.opensaml.xmlsec.encryption Modifier and Type Interface Description interfaceIterationCountXMLObject representing XML Encryption 1.1 IterationCount element.interfaceKeyLengthXMLObject representing XML Encryption 1.1 KeyLength element.interfaceKeySizeXMLObject representing XML Encryption, version 20021210, KeySize element. -
Uses of XSInteger in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement XSInteger Modifier and Type Class Description classIterationCountImplConcrete implementation ofIterationCount.classKeyLengthImplConcrete implementation ofIterationCount.classKeySizeImplConcrete implementation ofKeySize.
-