Uses of Class
org.apache.xml.security.encryption.keys.RecipientKeyInfo
-
Packages that use RecipientKeyInfo Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.keys.content -
-
Uses of RecipientKeyInfo in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return RecipientKeyInfo Modifier and Type Method Description RecipientKeyInfoAgreementMethod. getRecipientKeyInfo()Returns information relating to the recipient's shared secret.Methods in org.apache.xml.security.encryption with parameters of type RecipientKeyInfo Modifier and Type Method Description voidAgreementMethod. 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 RecipientKeyInfo Modifier and Type Method Description RecipientKeyInfoAgreementMethodImpl. getRecipientKeyInfo()Returns information relating to the recipient's shared secret.Methods in org.apache.xml.security.encryption.keys.content with parameters of type RecipientKeyInfo Modifier and Type Method Description voidAgreementMethodImpl. setRecipientKeyInfo(RecipientKeyInfo keyInfo)Sets the information relating to the recipient's shared secret.
-