Uses of Interface
org.opensaml.xmlsec.encryption.RecipientKeyInfo
-
Packages that use RecipientKeyInfo Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of RecipientKeyInfo in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return RecipientKeyInfo Modifier and Type Method Description RecipientKeyInfoAgreementMethod. getRecipientKeyInfo()Get the child element containing the key generation material for the recipient.Methods in org.opensaml.xmlsec.encryption with parameters of type RecipientKeyInfo Modifier and Type Method Description voidAgreementMethod. setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)Set the child element containing the key generation material for the recipient.
-