Class OCSPIdentifier

  • All Implemented Interfaces:
    javax.xml.crypto.XMLStructure

    public class OCSPIdentifier
    extends XAdESStructure
    • Field Detail

      • responderName

        private javax.security.auth.x500.X500Principal responderName
      • responderKey

        private byte[] responderKey
      • producedAt

        private java.util.Date producedAt
    • Constructor Detail

      • OCSPIdentifier

        public OCSPIdentifier​(org.w3c.dom.Node node,
                              java.lang.String xadesPrefix,
                              java.lang.String xadesNamespace,
                              java.lang.String xmlSignaturePrefix)
    • 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