CipherSpi
CipherSpi()
CipherSpi(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
EngineDoFinal(ByteBuffer, ByteBuffer)
EngineDoFinal(Byte[], Int32, Int32)
EngineDoFinal(Byte[], Int32, Int32, Byte[], Int32)
EngineGetBlockSize()
EngineGetIV()
EngineGetKeySize(IKey)
EngineGetOutputSize(Int32)
EngineGetParameters()
EngineInit(Int32, IKey, SecureRandom)
EngineInit(Int32, IKey, AlgorithmParameters, SecureRandom)
EngineInit(Int32, IKey, IAlgorithmParameterSpec, SecureRandom)
EngineSetMode(String)
EngineSetPadding(String)
EngineUnwrap(Byte[], String, Int32)
EngineUpdate(ByteBuffer, ByteBuffer)
EngineUpdate(Byte[], Int32, Int32)
EngineUpdate(Byte[], Int32, Int32, Byte[], Int32)
EngineUpdateAAD(ByteBuffer)
EngineUpdateAAD(Byte[], Int32, Int32)
EngineWrap(IKey)
monoandroid
namespace Javax.Crypto
{
[Register("javax/crypto/CipherSpi", DoNotGenerateAcw = true)]
public abstract class CipherSpi : Object
{
[Register("engineInit", "(ILjava/security/Key;Ljava/security/AlgorithmParameters;Ljava/security/SecureRandom;)V", "GetEngineInit_ILjava_security_Key_Ljava_security_AlgorithmParameters_Ljava_security_SecureRandom_Handler")]
protected abstract void EngineInit(int opmode, IKey? key, AlgorithmParameters? params, SecureRandom? random);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.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. |
- Built-in API
- Package-provided API