Cipher
DecryptMode
EncryptMode
PrivateKey
PublicKey
SecretKey
UnwrapMode
WrapMode
Cipher(IntPtr, JniHandleOwnership)
Cipher(CipherSpi, Provider, String)
Algorithm
BlockSize
ExemptionMechanism
JniPeerMembers
Parameters
Provider
ThresholdClass
ThresholdType
DoFinal()
DoFinal(Byte[])
DoFinal(Byte[], Int32)
DoFinal(ByteBuffer, ByteBuffer)
DoFinal(Byte[], Int32, Int32)
DoFinal(Byte[], Int32, Int32, Byte[])
DoFinal(Byte[], Int32, Int32, Byte[], Int32)
GetInstance(String)
GetInstance(String, Provider)
GetInstance(String, String)
GetIV()
GetMaxAllowedKeyLength(String)
GetMaxAllowedParameterSpec(String)
GetOutputSize(Int32)
Init(CipherMode, Certificate)
Init(CipherMode, IKey)
Init(CipherMode, Certificate, SecureRandom)
Init(CipherMode, IKey, AlgorithmParameters)
Init(CipherMode, IKey, IAlgorithmParameterSpec)
Init(CipherMode, IKey, SecureRandom)
Init(CipherMode, IKey, AlgorithmParameters, SecureRandom)
Init(CipherMode, IKey, IAlgorithmParameterSpec, SecureRandom)
Unwrap(Byte[], String, KeyType)
Update(Byte[])
Update(ByteBuffer, ByteBuffer)
Update(Byte[], Int32, Int32)
Update(Byte[], Int32, Int32, Byte[])
Update(Byte[], Int32, Int32, Byte[], Int32)
UpdateAAD(Byte[])
UpdateAAD(ByteBuffer)
UpdateAAD(Byte[], Int32, Int32)
Wrap(IKey)
net9.0-android34.0
namespace Javax.Crypto
{
[Register("javax/crypto/Cipher", DoNotGenerateAcw = true)]
public class Cipher : Object
{
[Register(".ctor", "(Ljavax/crypto/CipherSpi;Ljava/security/Provider;Ljava/lang/String;)V", "")]
protected Cipher(CipherSpi? cipherSpi, Provider? provider, string? transformation);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API