Share via


KeyStoreSpi.EngineProbe(Stream) Method

Definition

Probes the specified input stream to determine whether it contains a keystore that is supported by this implementation, or not.

[Android.Runtime.Register("engineProbe", "(Ljava/io/InputStream;)Z", "GetEngineProbe_Ljava_io_InputStream_Handler", ApiSince=33)]
public virtual bool EngineProbe (System.IO.Stream? stream);
[<Android.Runtime.Register("engineProbe", "(Ljava/io/InputStream;)Z", "GetEngineProbe_Ljava_io_InputStream_Handler", ApiSince=33)>]
abstract member EngineProbe : System.IO.Stream -> bool
override this.EngineProbe : System.IO.Stream -> bool

Parameters

stream
Stream

the keystore data to be probed

Returns

true if the keystore data is supported, otherwise false

Attributes

Remarks

Probes the specified input stream to determine whether it contains a keystore that is supported by this implementation, or not.

Added in 9.

Java documentation for java.security.KeyStoreSpi.engineProbe(java.io.InputStream).

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.

Applies to