Uses of Interface
org.opensaml.xmlsec.encryption.RecipientKeyInfo
Packages that use RecipientKeyInfo
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 RecipientKeyInfo in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return RecipientKeyInfoModifier and TypeMethodDescriptionAgreementMethod.getRecipientKeyInfo()Get the child element containing the key generation material for the recipient.Methods in org.opensaml.xmlsec.encryption with parameters of type RecipientKeyInfoModifier and TypeMethodDescriptionvoidAgreementMethod.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo) Set the child element containing the key generation material for the recipient. -
Uses of RecipientKeyInfo in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement RecipientKeyInfoFields in org.opensaml.xmlsec.encryption.impl declared as RecipientKeyInfoModifier and TypeFieldDescriptionprivate RecipientKeyInfoAgreementMethodImpl.recipientKeyInfoRecipientKeyInfo child element value.Methods in org.opensaml.xmlsec.encryption.impl that return RecipientKeyInfoModifier and TypeMethodDescriptionRecipientKeyInfoBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.RecipientKeyInfoBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AgreementMethodImpl.getRecipientKeyInfo()Get the child element containing the key generation material for the recipient.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type RecipientKeyInfoModifier and TypeMethodDescriptionvoidAgreementMethodImpl.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo) Set the child element containing the key generation material for the recipient.