Class ECKeyValueImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.signature.impl.ECKeyValueImpl
-
- All Implemented Interfaces:
org.opensaml.core.xml.XMLObject,org.opensaml.xmlsec.signature.ECKeyValue
public class ECKeyValueImpl extends org.opensaml.core.xml.AbstractXMLObject implements org.opensaml.xmlsec.signature.ECKeyValueConcrete implementation ofECKeyValue.
-
-
Field Summary
Fields Modifier and Type Field Description private org.opensaml.core.xml.XMLObjectecParamsECParameters child element value.private StringidId attribute value.private org.opensaml.xmlsec.signature.NamedCurvenamedCurveNamedCurve child element value.private org.opensaml.xmlsec.signature.PublicKeypublicKeyPublicKey child element value.
-
Constructor Summary
Constructors Modifier Constructor Description protectedECKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opensaml.core.xml.XMLObjectgetECParameters()StringgetID()org.opensaml.xmlsec.signature.NamedCurvegetNamedCurve()List<org.opensaml.core.xml.XMLObject>getOrderedChildren()org.opensaml.xmlsec.signature.PublicKeygetPublicKey()voidsetECParameters(org.opensaml.core.xml.XMLObject newParams)voidsetID(String newID)voidsetNamedCurve(org.opensaml.xmlsec.signature.NamedCurve newCurve)voidsetPublicKey(org.opensaml.xmlsec.signature.PublicKey newKey)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
id
private String id
Id attribute value.
-
ecParams
private org.opensaml.core.xml.XMLObject ecParams
ECParameters child element value.
-
namedCurve
private org.opensaml.xmlsec.signature.NamedCurve namedCurve
NamedCurve child element value.
-
publicKey
private org.opensaml.xmlsec.signature.PublicKey publicKey
PublicKey child element value.
-
-
Constructor Detail
-
ECKeyValueImpl
protected ECKeyValueImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Detail
-
getID
public String getID()
- Specified by:
getIDin interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
setID
public void setID(String newID)
- Specified by:
setIDin interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
getECParameters
public org.opensaml.core.xml.XMLObject getECParameters()
- Specified by:
getECParametersin interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
setECParameters
public void setECParameters(org.opensaml.core.xml.XMLObject newParams)
- Specified by:
setECParametersin interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
getNamedCurve
public org.opensaml.xmlsec.signature.NamedCurve getNamedCurve()
- Specified by:
getNamedCurvein interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
setNamedCurve
public void setNamedCurve(org.opensaml.xmlsec.signature.NamedCurve newCurve)
- Specified by:
setNamedCurvein interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
getPublicKey
public org.opensaml.xmlsec.signature.PublicKey getPublicKey()
- Specified by:
getPublicKeyin interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
setPublicKey
public void setPublicKey(org.opensaml.xmlsec.signature.PublicKey newKey)
- Specified by:
setPublicKeyin interfaceorg.opensaml.xmlsec.signature.ECKeyValue
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
-