Uses of Class
org.apache.xml.security.encryption.keys.RecipientKeyInfo
Packages that use RecipientKeyInfo
Package
Description
-
Uses of RecipientKeyInfo in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return RecipientKeyInfoModifier and TypeMethodDescriptionAgreementMethod.getRecipientKeyInfo()Returns information relating to the recipient's shared secret.Methods in org.apache.xml.security.encryption with parameters of type RecipientKeyInfoModifier and TypeMethodDescriptionvoidAgreementMethod.setRecipientKeyInfo(RecipientKeyInfo keyInfo) Sets the information relating to the recipient's shared secret. -
Uses of RecipientKeyInfo in org.apache.xml.security.encryption.keys.content
Methods in org.apache.xml.security.encryption.keys.content that return RecipientKeyInfoModifier and TypeMethodDescriptionAgreementMethodImpl.getRecipientKeyInfo()Returns information relating to the recipient's shared secret.Methods in org.apache.xml.security.encryption.keys.content with parameters of type RecipientKeyInfoModifier and TypeMethodDescriptionvoidAgreementMethodImpl.setRecipientKeyInfo(RecipientKeyInfo keyInfo) Sets the information relating to the recipient's shared secret.