Class CryptoPrimitive
public class CryptoPrimitive : Enum<CryptoPrimitive>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
CryptoPrimitive
- Implements
- Inherited Members
-
JVMBridgeBase<Enum<CryptoPrimitive>>.SExecuteWithSignature<TReturn>(string, string, params object[])
- Extension Methods
Constructors
CryptoPrimitive()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public CryptoPrimitive()
CryptoPrimitive(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public CryptoPrimitive(params object[] args)
Parameters
args
object[]
Properties
BLOCK_CIPHER
public static CryptoPrimitive BLOCK_CIPHER { get; }
Property Value
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 Closeable
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
KEY_AGREEMENT
public static CryptoPrimitive KEY_AGREEMENT { get; }
Property Value
KEY_ENCAPSULATION
public static CryptoPrimitive KEY_ENCAPSULATION { get; }
Property Value
KEY_WRAP
public static CryptoPrimitive KEY_WRAP { get; }
Property Value
MAC
public static CryptoPrimitive MAC { get; }
Property Value
MESSAGE_DIGEST
public static CryptoPrimitive MESSAGE_DIGEST { get; }
Property Value
PUBLIC_KEY_ENCRYPTION
public static CryptoPrimitive PUBLIC_KEY_ENCRYPTION { get; }
Property Value
SECURE_RANDOM
public static CryptoPrimitive SECURE_RANDOM { get; }
Property Value
SIGNATURE
public static CryptoPrimitive SIGNATURE { get; }
Property Value
STREAM_CIPHER
public static CryptoPrimitive STREAM_CIPHER { get; }
Property Value
Methods
ValueOf(String)
public static CryptoPrimitive ValueOf(String arg0)
Parameters
Returns
Values()
public static CryptoPrimitive[] Values()