PKIXRevocationChecker.OcspResponder 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 URI that identifies the location of the OCSP responder. -or- Sets the URI that identifies the location of the OCSP responder.
public virtual Java.Net.URI? OcspResponder { [Android.Runtime.Register("getOcspResponder", "()Ljava/net/URI;", "GetGetOcspResponderHandler", ApiSince=24)] get; [Android.Runtime.Register("setOcspResponder", "(Ljava/net/URI;)V", "GetSetOcspResponder_Ljava_net_URI_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getOcspResponder", "()Ljava/net/URI;", "GetGetOcspResponderHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setOcspResponder", "(Ljava/net/URI;)V", "GetSetOcspResponder_Ljava_net_URI_Handler", ApiSince=24)>]
member this.OcspResponder : Java.Net.URI with get, set
Property Value
the responder URI, or null if not set
- Attributes
Remarks
Property getter documentation:
Gets the URI that identifies the location of the OCSP responder. This overrides the ocsp.responderURL security property. If this parameter or the ocsp.responderURL property is not set, the location is determined from the certificate's Authority Information Access Extension, as defined in RFC 5280.
Java documentation for java.security.cert.PKIXRevocationChecker.getOcspResponder().
Property setter documentation:
Sets the URI that identifies the location of the OCSP responder. This overrides the ocsp.responderURL security property and any responder specified in a certificate's Authority Information Access Extension, as defined in RFC 5280.
Java documentation for java.security.cert.PKIXRevocationChecker.setOcspResponder(java.net.URI).
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.