public class RequestOption extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
allows(org.xipki.security.HashAlgo hashAlgo) |
org.xipki.security.CertpathValidationModel |
getCertpathValidationModel() |
Set<org.xipki.security.X509Cert> |
getCerts() |
Set<org.xipki.security.HashAlgo> |
getHashAlgos() |
int |
getMaxRequestListCount() |
int |
getMaxRequestSize() |
int |
getNonceMaxLen() |
int |
getNonceMinLen() |
QuadrupleState |
getNonceOccurrence() |
Set<org.xipki.security.X509Cert> |
getTrustanchors() |
boolean |
isSignatureRequired() |
boolean |
isValidateSignature() |
boolean |
isVersionAllowed(Integer version) |
boolean |
supportsHttpGet() |
public Set<org.xipki.security.HashAlgo> getHashAlgos()
public boolean isSignatureRequired()
public boolean isValidateSignature()
public boolean supportsHttpGet()
public QuadrupleState getNonceOccurrence()
public int getMaxRequestListCount()
public int getMaxRequestSize()
public int getNonceMinLen()
public int getNonceMaxLen()
public boolean allows(org.xipki.security.HashAlgo hashAlgo)
public org.xipki.security.CertpathValidationModel getCertpathValidationModel()
public Set<org.xipki.security.X509Cert> getTrustanchors()
public boolean isVersionAllowed(Integer version)
public Set<org.xipki.security.X509Cert> getCerts()
Copyright © 2023. All rights reserved.