Class EncryptedPrivateKeyInfo
public class EncryptedPrivateKeyInfo : JVMBridgeBase<EncryptedPrivateKeyInfo>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
EncryptedPrivateKeyInfo
- Implements
- Extension Methods
Constructors
EncryptedPrivateKeyInfo(String, byte[])
public EncryptedPrivateKeyInfo(String arg0, byte[] arg1)
Parameters
Exceptions
EncryptedPrivateKeyInfo(AlgorithmParameters, byte[])
public EncryptedPrivateKeyInfo(AlgorithmParameters arg0, byte[] arg1)
Parameters
arg0AlgorithmParametersarg1byte[]
Exceptions
EncryptedPrivateKeyInfo(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public EncryptedPrivateKeyInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
EncryptedPrivateKeyInfo(byte[])
https://developer.android.com/reference/javax/crypto/EncryptedPrivateKeyInfo.html#%3Cinit%3E(byte[])
public EncryptedPrivateKeyInfo(byte[] arg0)
Parameters
Exceptions
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
CreatePoolableInstance(String, byte[])
HPA initializer for EncryptedPrivateKeyInfo(Java.Lang.String arg0, byte[] arg1)
public static EncryptedPrivateKeyInfo CreatePoolableInstance(String arg0, byte[] arg1)
Parameters
Returns
CreatePoolableInstance(AlgorithmParameters, byte[])
HPA initializer for EncryptedPrivateKeyInfo(Java.Security.AlgorithmParameters arg0, byte[] arg1)
public static EncryptedPrivateKeyInfo CreatePoolableInstance(AlgorithmParameters arg0, byte[] arg1)
Parameters
arg0AlgorithmParametersarg1byte[]
Returns
CreatePoolableInstance(byte[])
HPA initializer for EncryptedPrivateKeyInfo(byte[] arg0)
public static EncryptedPrivateKeyInfo CreatePoolableInstance(byte[] arg0)
Parameters
arg0byte[]
Returns
GetAlgName()
public String GetAlgName()
Returns
GetAlgParameters()
https://developer.android.com/reference/javax/crypto/EncryptedPrivateKeyInfo.html#getAlgParameters()
public AlgorithmParameters GetAlgParameters()
Returns
GetEncoded()
public byte[] GetEncoded()
Returns
Exceptions
GetEncryptedData()
https://developer.android.com/reference/javax/crypto/EncryptedPrivateKeyInfo.html#getEncryptedData()
public byte[] GetEncryptedData()
Returns
GetKeySpec(Key)
public PKCS8EncodedKeySpec GetKeySpec(Key arg0)
Parameters
Returns
Exceptions
GetKeySpec(Key, String)
public PKCS8EncodedKeySpec GetKeySpec(Key arg0, String arg1)
Parameters
Returns
Exceptions
GetKeySpec(Key, Provider)
public PKCS8EncodedKeySpec GetKeySpec(Key arg0, Provider arg1)
Parameters
Returns
Exceptions
GetKeySpec(Cipher)
public PKCS8EncodedKeySpec GetKeySpec(Cipher arg0)