Class RecipientKeyInfoBuilder
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo>
-
- org.opensaml.xmlsec.encryption.impl.RecipientKeyInfoBuilder
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo>
,org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo>
public class RecipientKeyInfoBuilder extends org.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo> implements org.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo>
Builder ofReferenceList
.
-
-
Constructor Summary
Constructors Constructor Description RecipientKeyInfoBuilder()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.xmlsec.encryption.RecipientKeyInfo
buildObject()
org.opensaml.xmlsec.encryption.RecipientKeyInfo
buildObject(String namespaceURI, String localName, String namespacePrefix)
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
-
-
-
Method Detail
-
buildObject
public org.opensaml.xmlsec.encryption.RecipientKeyInfo buildObject(String namespaceURI, String localName, String namespacePrefix)
- Specified by:
buildObject
in interfaceorg.opensaml.core.xml.XMLObjectBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo>
- Specified by:
buildObject
in classorg.opensaml.core.xml.AbstractXMLObjectBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo>
-
buildObject
public org.opensaml.xmlsec.encryption.RecipientKeyInfo buildObject()
- Specified by:
buildObject
in interfaceorg.opensaml.xmlsec.encryption.XMLEncryptionBuilder<org.opensaml.xmlsec.encryption.RecipientKeyInfo>
-
-