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.org.opensaml.xmlsec.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. -
-
Uses of OriginatorKeyInfo in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return OriginatorKeyInfo Modifier and Type Method Description OriginatorKeyInfoAgreementMethod. 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 voidAgreementMethod. setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)Set the child element containing the key generation material for the originator. -
Uses of OriginatorKeyInfo in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement OriginatorKeyInfo Modifier and Type Class Description classOriginatorKeyInfoImplConcrete implementation ofOriginatorKeyInfo.Fields in org.opensaml.xmlsec.encryption.impl declared as OriginatorKeyInfo Modifier and Type Field Description private OriginatorKeyInfoAgreementMethodImpl. originatorKeyInfoOriginatorKeyInfo child element value.Methods in org.opensaml.xmlsec.encryption.impl that return OriginatorKeyInfo Modifier and Type Method Description OriginatorKeyInfoOriginatorKeyInfoBuilder. buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.OriginatorKeyInfoOriginatorKeyInfoBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.OriginatorKeyInfoAgreementMethodImpl. getOriginatorKeyInfo()Get the child element containing the key generation material for the originator.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type OriginatorKeyInfo Modifier and Type Method Description voidAgreementMethodImpl. setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)Set the child element containing the key generation material for the originator.
-