Class RSAKeyValueBuilder
java.lang.Object
org.opensaml.core.xml.AbstractXMLObjectBuilder<RSAKeyValue>
org.opensaml.xmlsec.signature.impl.RSAKeyValueBuilder
- All Implemented Interfaces:
XMLObjectBuilder<RSAKeyValue>,XMLSignatureBuilder<RSAKeyValue>
public class RSAKeyValueBuilder
extends AbstractXMLObjectBuilder<RSAKeyValue>
implements XMLSignatureBuilder<RSAKeyValue>
Builder of
RSAKeyValue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObject(String namespaceURI, String localName, String namespacePrefix) Methods inherited from class org.opensaml.core.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
-
Constructor Details
-
RSAKeyValueBuilder
public RSAKeyValueBuilder()
-
-
Method Details
-
buildObject
@Nonnull public RSAKeyValue buildObject(@Nullable String namespaceURI, @Nonnull String localName, @Nullable String namespacePrefix) - Specified by:
buildObjectin interfaceXMLObjectBuilder<RSAKeyValue>- Specified by:
buildObjectin classAbstractXMLObjectBuilder<RSAKeyValue>
-
buildObject
- Specified by:
buildObjectin interfaceXMLSignatureBuilder<RSAKeyValue>
-