monoandroid
namespace Javax.Net.Ssl
{
[Register("javax/net/ssl/SSLEngine", DoNotGenerateAcw = true)]
public abstract class SSLEngine : Object
{
[Register("wrap", "([Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;)Ljavax/net/ssl/SSLEngineResult;", "GetWrap_arrayLjava_nio_ByteBuffer_IILjava_nio_ByteBuffer_Handler")]
public abstract SSLEngineResult? Wrap(ByteBuffer![]? srcs, int offset, int length, ByteBuffer? dst);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |