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 String
getAlgorithm()
byte[]
getByKey()
String
getByName()
String
getDigestValue()
Date
getProducedAt()
String
getUri()
void
setAlgorithm(String algorithm)
void
setByKey(byte[] byKey)
void
setByName(String byName)
void
setDigestValue(String digestValue)
void
setProducedAt(String producedAt)
void
setProducedAt(Date producedAt)
void
setUri(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
-