|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyInfoType
XMLObject representing XML Digital Signature, version 20020212, KeyInfoType complex type.
Field Summary | |
---|---|
static java.lang.String |
ID_ATTRIB_NAME
Id attribute name. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type. |
Method Summary | |
---|---|
java.util.List<AgreementMethod> |
getAgreementMethods()
Get the list of AgreementMethod child elements. |
java.util.List<EncryptedKey> |
getEncryptedKeys()
Get the list of EncryptedKey child elements Note: EncryptedKey is actually defined in the XML Encryption schema, and is not explicitly defined in the KeyInfoType content model, but for convenience this named getter method is exposed. |
java.lang.String |
getID()
Get the Id attribute value. |
java.util.List<KeyName> |
getKeyNames()
Get the list of KeyName child elements. |
java.util.List<KeyValue> |
getKeyValues()
Get the list of KeyValue child elements. |
java.util.List<MgmtData> |
getMgmtDatas()
Get the list of MgmtData child elements. |
java.util.List<PGPData> |
getPGPDatas()
Get the list of PGPData child elements. |
java.util.List<RetrievalMethod> |
getRetrievalMethods()
Get the list of RetrievalMethod child elements. |
java.util.List<SPKIData> |
getSPKIDatas()
Get the list of SPKIData child elements. |
java.util.List<X509Data> |
getX509Datas()
Get the list of X509Data child elements. |
java.util.List<XMLObject> |
getXMLObjects()
Get the list of all XMLObject children. |
java.util.List<XMLObject> |
getXMLObjects(javax.xml.namespace.QName typeOrName)
Get the list of XMLObject children whose type or element QName matches the specified QName. |
void |
setID(java.lang.String newID)
Set the Id attribute value. |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ID_ATTRIB_NAME
Method Detail |
---|
java.lang.String getID()
void setID(java.lang.String newID)
newID
- the new Id attribute valuejava.util.List<XMLObject> getXMLObjects()
java.util.List<XMLObject> getXMLObjects(javax.xml.namespace.QName typeOrName)
typeOrName
- the QName of the desired elements
java.util.List<KeyName> getKeyNames()
java.util.List<KeyValue> getKeyValues()
java.util.List<RetrievalMethod> getRetrievalMethods()
java.util.List<X509Data> getX509Datas()
java.util.List<PGPData> getPGPDatas()
java.util.List<SPKIData> getSPKIDatas()
java.util.List<MgmtData> getMgmtDatas()
java.util.List<AgreementMethod> getAgreementMethods()
java.util.List<EncryptedKey> getEncryptedKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |