[−]Struct jni_android_sys::java::security::cert::PKIXRevocationChecker
public class PKIXRevocationChecker
Required feature: java-security-cert-PKIXRevocationChecker
Methods
impl PKIXRevocationChecker
pub fn set_ocsp_responder<'env>(
&'env self,
arg0: impl Into<Option<&'env URI>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env URI>>
) -> Result<()>
Required features: "java-net-URI"
pub fn get_ocsp_responder<'env>(&'env self) -> Result<Option<Local<'env, URI>>>[src]
Required features: "java-net-URI"
pub fn set_ocsp_responder_cert<'env>(
&'env self,
arg0: impl Into<Option<&'env X509Certificate>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env X509Certificate>>
) -> Result<()>
Required features: "java-security-cert-X509Certificate"
pub fn get_ocsp_responder_cert<'env>(
&'env self
) -> Result<Option<Local<'env, X509Certificate>>>[src]
&'env self
) -> Result<Option<Local<'env, X509Certificate>>>
Required features: "java-security-cert-X509Certificate"
pub fn set_ocsp_extensions<'env>(
&'env self,
arg0: impl Into<Option<&'env List>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env List>>
) -> Result<()>
Required features: "java-util-List"
pub fn get_ocsp_extensions<'env>(
&'env self
) -> Result<Option<Local<'env, List>>>[src]
&'env self
) -> Result<Option<Local<'env, List>>>
Required features: "java-util-List"
pub fn set_ocsp_responses<'env>(
&'env self,
arg0: impl Into<Option<&'env Map>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Map>>
) -> Result<()>
Required features: "java-util-Map"
pub fn get_ocsp_responses<'env>(&'env self) -> Result<Option<Local<'env, Map>>>[src]
Required features: "java-util-Map"
pub fn set_options<'env>(
&'env self,
arg0: impl Into<Option<&'env Set>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Set>>
) -> Result<()>
Required features: "java-util-Set"
pub fn get_options<'env>(&'env self) -> Result<Option<Local<'env, Set>>>[src]
Required features: "java-util-Set"
pub fn get_soft_fail_exceptions<'env>(
&'env self
) -> Result<Option<Local<'env, List>>>[src]
&'env self
) -> Result<Option<Local<'env, List>>>
Required features: "java-util-List"
pub fn clone<'env>(
&'env self
) -> Result<Option<Local<'env, PKIXRevocationChecker>>>[src]
&'env self
) -> Result<Option<Local<'env, PKIXRevocationChecker>>>
Required features: "java-security-cert-PKIXRevocationChecker"
Methods from Deref<Target = PKIXCertPathChecker>
pub fn init<'env>(&'env self, arg0: bool) -> Result<()>[src]
pub fn is_forward_checking_supported<'env>(&'env self) -> Result<bool>[src]
pub fn get_supported_extensions<'env>(
&'env self
) -> Result<Option<Local<'env, Set>>>[src]
&'env self
) -> Result<Option<Local<'env, Set>>>
Required features: "java-util-Set"
pub fn check_certificate_collection<'env>(
&'env self,
arg0: impl Into<Option<&'env Certificate>>,
arg1: impl Into<Option<&'env Collection>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Certificate>>,
arg1: impl Into<Option<&'env Collection>>
) -> Result<()>
Required features: "java-security-cert-Certificate", "java-util-Collection"
pub fn check_certificate<'env>(
&'env self,
arg0: impl Into<Option<&'env Certificate>>
) -> Result<()>[src]
&'env self,
arg0: impl Into<Option<&'env Certificate>>
) -> Result<()>
Required features: "java-security-cert-Certificate"
pub fn clone<'env>(&'env self) -> Result<Option<Local<'env, Object>>>[src]
Required features: "java-lang-Object"
Trait Implementations
impl Deref for PKIXRevocationChecker
type Target = PKIXCertPathChecker
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
impl AsValidJObjectAndEnv for PKIXRevocationChecker
impl AsJValue for PKIXRevocationChecker
Auto Trait Implementations
impl !Sync for PKIXRevocationChecker
impl Unpin for PKIXRevocationChecker
impl !Send for PKIXRevocationChecker
impl UnwindSafe for PKIXRevocationChecker
impl RefUnwindSafe for PKIXRevocationChecker
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,