Uses of Interface
org.opensaml.xmlsec.encryption.OriginatorKeyInfo
Packages that use OriginatorKeyInfo
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
-
Uses of OriginatorKeyInfo in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return OriginatorKeyInfoModifier and TypeMethodDescriptionAgreementMethod.getOriginatorKeyInfo()Get the child element containing the key generation material for the originator.Methods in org.opensaml.xmlsec.encryption with parameters of type OriginatorKeyInfoModifier and TypeMethodDescriptionvoidAgreementMethod.setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo) Set the child element containing the key generation material for the originator. -
Uses of OriginatorKeyInfo in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement OriginatorKeyInfoFields in org.opensaml.xmlsec.encryption.impl declared as OriginatorKeyInfoModifier and TypeFieldDescriptionprivate OriginatorKeyInfoAgreementMethodImpl.originatorKeyInfoOriginatorKeyInfo child element value.Methods in org.opensaml.xmlsec.encryption.impl that return OriginatorKeyInfoModifier and TypeMethodDescriptionOriginatorKeyInfoBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.OriginatorKeyInfoBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AgreementMethodImpl.getOriginatorKeyInfo()Get the child element containing the key generation material for the originator.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type OriginatorKeyInfoModifier and TypeMethodDescriptionvoidAgreementMethodImpl.setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo) Set the child element containing the key generation material for the originator.