PKIXRevocationChecker.OcspResponderCert Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the OCSP responder's certificate. -or- Sets the OCSP responder's certificate.
public virtual Java.Security.Cert.X509Certificate? OcspResponderCert { [Android.Runtime.Register("getOcspResponderCert", "()Ljava/security/cert/X509Certificate;", "GetGetOcspResponderCertHandler", ApiSince=24)] get; [Android.Runtime.Register("setOcspResponderCert", "(Ljava/security/cert/X509Certificate;)V", "GetSetOcspResponderCert_Ljava_security_cert_X509Certificate_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getOcspResponderCert", "()Ljava/security/cert/X509Certificate;", "GetGetOcspResponderCertHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setOcspResponderCert", "(Ljava/security/cert/X509Certificate;)V", "GetSetOcspResponderCert_Ljava_security_cert_X509Certificate_Handler", ApiSince=24)>]
member this.OcspResponderCert : Java.Security.Cert.X509Certificate with get, set
Property Value
the responder's certificate, or null
if not set
- Attributes
Remarks
Property getter documentation:
Gets the OCSP responder's certificate. This overrides the ocsp.responderCertSubjectName
, ocsp.responderCertIssuerName
, and ocsp.responderCertSerialNumber
security properties. If this parameter or the aforementioned properties are not set, then the responder's certificate is determined as specified in RFC 2560.
Java documentation for java.security.cert.PKIXRevocationChecker.getOcspResponderCert()
.
Property setter documentation:
Sets the OCSP responder's certificate. This overrides the ocsp.responderCertSubjectName
, ocsp.responderCertIssuerName
, and ocsp.responderCertSerialNumber
security properties.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.