public interface KeyInfo extends XMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AgreementMethod> |
getAgreementMethods()
Get the list of AgreementMethod child elements.
|
java.util.List<DEREncodedKeyValue> |
getDEREncodedKeyValues()
Get the list of DEREncodedKeyValue 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<KeyInfoReference> |
getKeyInfoReferences()
Get the list of KeyInfoReference child elements.
|
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.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ID_ATTRIB_NAME
@Nullable java.lang.String getID()
void setID(@Nullable
java.lang.String newID)
newID - the new Id attribute value@Nonnull java.util.List<XMLObject> getXMLObjects()
@Nonnull java.util.List<XMLObject> getXMLObjects(@Nonnull javax.xml.namespace.QName typeOrName)
typeOrName - the QName of the desired elements@Nonnull java.util.List<KeyName> getKeyNames()
@Nonnull java.util.List<KeyValue> getKeyValues()
@Nonnull java.util.List<DEREncodedKeyValue> getDEREncodedKeyValues()
@Nonnull java.util.List<RetrievalMethod> getRetrievalMethods()
@Nonnull java.util.List<KeyInfoReference> getKeyInfoReferences()
@Nonnull java.util.List<X509Data> getX509Datas()
@Nonnull java.util.List<PGPData> getPGPDatas()
@Nonnull java.util.List<SPKIData> getSPKIDatas()
@Nonnull java.util.List<MgmtData> getMgmtDatas()
@Nonnull java.util.List<AgreementMethod> getAgreementMethods()
@Nonnull java.util.List<EncryptedKey> getEncryptedKeys()