Uses of Interface
org.opensaml.xmlsec.encryption.OriginatorKeyInfo
-
Packages that use OriginatorKeyInfo Package Description org.opensaml.xmlsec.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. -
-
Uses of OriginatorKeyInfo in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return OriginatorKeyInfo Modifier and Type Method Description OriginatorKeyInfo
AgreementMethod. getOriginatorKeyInfo()
Get the child element containing the key generation material for the originator.Methods in org.opensaml.xmlsec.encryption with parameters of type OriginatorKeyInfo Modifier and Type Method Description void
AgreementMethod. setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)
Set the child element containing the key generation material for the originator.
-