public class CompleteRevocationRefsImpl extends CompleteRevocationRefsTypeImpl implements CompleteRevocationRefs, AttributeRevocationRefs
CompleteRevocationRefsType element that
supports the DOM XML processing and representation mechanism.implMap_, state_, STATE_CREATED, STATE_MARSHALED, STATE_UNINITIALIZED, STATE_UNMARSHALEDLOCAL_NAME| Constructor and Description |
|---|
CompleteRevocationRefsImpl(CRLRefsImpl crlRefs,
OCSPRefsImpl ocspRefs,
OtherRefsImpl otherRefs,
String id)
Creates a new instance of this
CompleteRevocationRefsImpl with
the given CRLRefs, OCSPRefs,
OtherRefs and id-attribute value. |
CompleteRevocationRefsImpl(DOMCryptoContext context,
Node node)
Creates a new instance of this
CompleteRevocationRefsImpl with
the given context and node to unmarshal from. |
CompleteRevocationRefsImpl(List crlRefs,
List ocspRefs,
List otherRefs,
String id)
Creates a new instance of this
CompleteRevocationRefsImpl with
the given list of CRLRefImpls, list of OCSPRefImpls, list
of OtherRefImpls and id-attribute value. |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalName() |
getChildStructures, getCRLRefs, getId, getOCSPRefs, getOtherRefs, marshalIDAttribute, putChildStructure, unmarshalAttributesgetInstance, getNamespace, getParentQualifyingPropertiesOf, getParentSignatureOfaddBytesToElement, addBytesToElement, clearMarshalling, clearMarshalling, getBytesFromElement, getBytesFromElementStream, getChildStructureVersion, getHere, getImplClass, getInstance, getInstance, getNode, getParentStructure, getParentStructureOf, getQualifiedName, getQualifiedName, hasNSDeclAttrInScope, isFeatureSupported, isNSDeclInScope, marshal, marshalAttributes, marshalElement, newIDforLookUp, putImplClass, setBackToCompatibilityPrior1_14, setNode, setParentStructure, toString, unmarshal, unmarshalElement, unmarshalIDAttribute, unmarshalStructures, wrapNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCRLRefs, getId, getOCSPRefs, getOtherRefsisFeatureSupportedpublic CompleteRevocationRefsImpl(CRLRefsImpl crlRefs, OCSPRefsImpl ocspRefs, OtherRefsImpl otherRefs, String id)
CompleteRevocationRefsImpl with
the given CRLRefs, OCSPRefs,
OtherRefs and id-attribute value.crlRefs - the CRLRefsocspRefs - the OCSPRefsotherRefs - the OtherRefsid - the id-attribute value (may be null)public CompleteRevocationRefsImpl(DOMCryptoContext context, Node node) throws MarshalException
CompleteRevocationRefsImpl with
the given context and node to unmarshal from.context - the contextnode - the node to unmarshal fromMarshalException - if an exception occurs during unmarshalingpublic CompleteRevocationRefsImpl(List crlRefs, List ocspRefs, List otherRefs, String id)
CompleteRevocationRefsImpl with
the given list of CRLRefImpls, list of OCSPRefImpls, list
of OtherRefImpls and id-attribute value.crlRefs - a list of CRLRefImpls (may be null or empty)ocspRefs - a list of OCSPRefImpls (may be null or empty)otherRefs - a list of OtherRefImpls (may be null or empty)id - id-attribute valueNullPointerException - if config is nullClassCastException - if crlRefs contains any elements not of type
CRLRefImplClassCastException - if ocspRefs contains any elements not of type
OCSPRefImplClassCastException - if otherRefs contains any elements not of type
OtherRefsImplpublic String getLocalName()
getLocalName in class iaik.xml.crypto.dom.DOMStructureDOMStructure.getLocalName()© 2002-2005 IAIK, © 2004, 2006 - 2017 Stiftung SIC