IEdECPrivateKey.Bytes 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 a copy of the byte array representing the private key.
public Java.Util.Optional? Bytes { [Android.Runtime.Register("getBytes", "()Ljava/util/Optional;", "GetGetBytesHandler:Java.Security.Interfaces.IEdECPrivateKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getBytes", "()Ljava/util/Optional;", "GetGetBytesHandler:Java.Security.Interfaces.IEdECPrivateKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
member this.Bytes : Java.Util.Optional
Property Value
An Optional containing the private key byte array, or an empty optional if the key is not available.
- Attributes
Remarks
Gets a copy of the byte array representing the private key. This property may return an empty Optional if the implementation is not willing to produce the private key value.
Java documentation for java.security.interfaces.EdECPrivateKey.getBytes().
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.