Uses of Interface
org.opensaml.xmlsec.signature.XMLSignatureBuilder
-
Packages that use XMLSignatureBuilder Package Description org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML.org.opensaml.xmlsec.encryption.support Functional support for XML Encryption.org.opensaml.xmlsec.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. -
-
Uses of XMLSignatureBuilder in org.opensaml.saml.saml2.encryption
Fields in org.opensaml.saml.saml2.encryption declared as XMLSignatureBuilder Modifier and Type Field Description private XMLSignatureBuilder<KeyInfo>Encrypter. keyInfoBuilderBuilder for KeyInfo objects.private XMLSignatureBuilder<KeyName>Encrypter. keyNameBuilderBuilder for KeyName objects.private XMLSignatureBuilder<RetrievalMethod>Encrypter. retrievalMethodBuilderBuilder for RetrievalMethod objects. -
Uses of XMLSignatureBuilder in org.opensaml.xmlsec.encryption.support
Fields in org.opensaml.xmlsec.encryption.support declared as XMLSignatureBuilder Modifier and Type Field Description private XMLSignatureBuilder<KeyInfo>Encrypter. keyInfoBuilderBuilder instance for building KeyInfo objects. -
Uses of XMLSignatureBuilder in org.opensaml.xmlsec.signature.impl
-