public class OcspResponseOption extends Object
| Constructor and Description |
|---|
OcspResponseOption() |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getCerthashAlgId() |
org.xipki.util.TripleState |
getCerthashOccurrence() |
org.xipki.util.TripleState |
getNextUpdateOccurrence() |
org.xipki.util.TripleState |
getNonceOccurrence() |
X509Certificate |
getRespIssuer() |
String |
getSignatureAlgName() |
void |
setCerthashAlgId(org.bouncycastle.asn1.ASN1ObjectIdentifier certhashAlgId) |
void |
setCerthashOccurrence(org.xipki.util.TripleState certhashOccurrence) |
void |
setNextUpdateOccurrence(org.xipki.util.TripleState nextUpdateOccurrence) |
void |
setNonceOccurrence(org.xipki.util.TripleState nonceOccurrence) |
void |
setRespIssuer(X509Certificate respIssuer) |
void |
setSignatureAlgName(String signatureAlgName) |
public X509Certificate getRespIssuer()
public void setRespIssuer(X509Certificate respIssuer)
public org.xipki.util.TripleState getNonceOccurrence()
public void setNonceOccurrence(org.xipki.util.TripleState nonceOccurrence)
public org.xipki.util.TripleState getCerthashOccurrence()
public void setCerthashOccurrence(org.xipki.util.TripleState certhashOccurrence)
public org.xipki.util.TripleState getNextUpdateOccurrence()
public void setNextUpdateOccurrence(org.xipki.util.TripleState nextUpdateOccurrence)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getCerthashAlgId()
public void setCerthashAlgId(org.bouncycastle.asn1.ASN1ObjectIdentifier certhashAlgId)
public String getSignatureAlgName()
public void setSignatureAlgName(String signatureAlgName) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2018. All rights reserved.