Uses of Class
org.apache.xml.security.encryption.keys.OriginatorKeyInfo
-
Packages that use OriginatorKeyInfo Package Description org.apache.xml.security.encryption org.apache.xml.security.encryption.keys.content -
-
Uses of OriginatorKeyInfo in org.apache.xml.security.encryption
Methods in org.apache.xml.security.encryption that return OriginatorKeyInfo Modifier and Type Method Description OriginatorKeyInfoAgreementMethod. getOriginatorKeyInfo()Returns information relating to the originator's shared secret.Methods in org.apache.xml.security.encryption with parameters of type OriginatorKeyInfo Modifier and Type Method Description voidAgreementMethod. setOriginatorKeyInfo(OriginatorKeyInfo keyInfo)Sets the information relating to the originator's shared secret. -
Uses of OriginatorKeyInfo in org.apache.xml.security.encryption.keys.content
Methods in org.apache.xml.security.encryption.keys.content that return OriginatorKeyInfo Modifier and Type Method Description OriginatorKeyInfoAgreementMethodImpl. getOriginatorKeyInfo()Returns information relating to the originator's shared secret.Methods in org.apache.xml.security.encryption.keys.content with parameters of type OriginatorKeyInfo Modifier and Type Method Description voidAgreementMethodImpl. setOriginatorKeyInfo(OriginatorKeyInfo keyInfo)Sets the information relating to the originator's shared secret.
-