Class OCSPRef
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned.OCSPRef
public class OCSPRef extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OCSPRef() -
Method Summary
Modifier and Type Method Description StringgetAlgorithm()byte[]getByKey()StringgetByName()StringgetDigestValue()DategetProducedAt()StringgetUri()voidsetAlgorithm(String algorithm)voidsetByKey(byte[] byKey)voidsetByName(String byName)voidsetDigestValue(String digestValue)voidsetProducedAt(String producedAt)voidsetProducedAt(Date producedAt)voidsetUri(String uri)
-
Field Details
-
OCSP_ID
- See Also:
- Constant Field Values
-
RESPONDER_ID
- See Also:
- Constant Field Values
-
BY_NAME
- See Also:
- Constant Field Values
-
BY_KEY
- See Also:
- Constant Field Values
-
PRODUCER_AT
- See Also:
- Constant Field Values
-
URI
- See Also:
- Constant Field Values
-
DIG_ALG
- See Also:
- Constant Field Values
-
DIG_VAL
- See Also:
- Constant Field Values
-
-
Constructor Details
-
OCSPRef
public OCSPRef()
-
-
Method Details
-
getByName
-
setByName
-
getByKey
public byte[] getByKey() -
setByKey
public void setByKey(byte[] byKey) -
getProducedAt
-
setProducedAt
-
setProducedAt
- Throws:
ParseException
-
getUri
-
setUri
-
getAlgorithm
-
setAlgorithm
-
getDigestValue
-
setDigestValue
-