Class OCSPIdentifier
- java.lang.Object
-
- javax.xml.crypto.dom.DOMStructure
-
- es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESStructure
-
- es.uji.crypto.xades.jxades.security.xml.XAdES.OCSPIdentifier
-
- All Implemented Interfaces:
javax.xml.crypto.XMLStructure
public class OCSPIdentifier extends XAdESStructure
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Date
producedAt
private byte[]
responderKey
private javax.security.auth.x500.X500Principal
responderName
-
Fields inherited from class es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESStructure
ID_ATTRIBUTE, SIGNATURE_ELEMENT_NAME, TARGET_ATTRIBUTE, xadesNamespace, xadesPrefix, xmlSignaturePrefix
-
-
Constructor Summary
Constructors Constructor Description OCSPIdentifier(org.w3c.dom.Node node, java.lang.String xadesPrefix, java.lang.String xadesNamespace, java.lang.String xmlSignaturePrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getProducedAt()
byte[]
getResponderKey()
javax.security.auth.x500.X500Principal
getResponderName()
-
Methods inherited from class es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESStructure
createElement, createElementNS, getAttribute, getAttributeNS, getChildElement, getChildElementNS, getChildElementNS, getChildElements, getChildElementsNS, getChildElementTextContent, getDocument, getElement, getId, getTextContent, setAttributeNS, setTextContent
-
-
-
-
Method Detail
-
getResponderName
public javax.security.auth.x500.X500Principal getResponderName()
-
getResponderKey
public byte[] getResponderKey() throws java.io.IOException
- Throws:
java.io.IOException
-
getProducedAt
public java.util.Date getProducedAt() throws java.text.ParseException
- Throws:
java.text.ParseException
-
-