Uses of Interface
org.opensaml.core.xml.schema.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 class
XSIntegerImpl
Concrete implementation ofXSInteger
.Methods in org.opensaml.core.xml.schema.impl that return XSInteger Modifier and Type Method Description XSInteger
XSIntegerBuilder. 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 interface
Iteration
The <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 class
IterationImpl
IterationImpl. -
Uses of XSInteger in org.opensaml.soap.wstrust
Subinterfaces of XSInteger in org.opensaml.soap.wstrust Modifier and Type Interface Description interface
KeySize
The 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 class
KeySizeImpl
KeySizeImpl. -
Uses of XSInteger in org.opensaml.xmlsec.encryption
Subinterfaces of XSInteger in org.opensaml.xmlsec.encryption Modifier and Type Interface Description interface
IterationCount
XMLObject representing XML Encryption 1.1 IterationCount element.interface
KeyLength
XMLObject representing XML Encryption 1.1 KeyLength element.interface
KeySize
XMLObject 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 class
IterationCountImpl
Concrete implementation ofIterationCount
.class
KeyLengthImpl
Concrete implementation ofIterationCount
.class
KeySizeImpl
Concrete implementation ofKeySize
.