KeyStoreSpi.EngineProbe(Stream) Method
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.
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.