Table of Contents

Class CryptoPrimitive

Namespace
Java.Security
Assembly
MASES.JNet.dll
public class CryptoPrimitive : Enum<CryptoPrimitive>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<Enum<CryptoPrimitive>>
CryptoPrimitive
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Enum<CryptoPrimitive>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Enum<CryptoPrimitive>>.IsAssignableFrom<T>()
JVMBridgeBase<Enum<CryptoPrimitive>>.Execute<T>(params T[])
JVMBridgeBase<Enum<CryptoPrimitive>>.DynBridgeClazz
JVMBridgeBase<Enum<CryptoPrimitive>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
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

CryptoPrimitive

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

KEY_AGREEMENT

public static CryptoPrimitive KEY_AGREEMENT { get; }

Property Value

CryptoPrimitive

KEY_ENCAPSULATION

public static CryptoPrimitive KEY_ENCAPSULATION { get; }

Property Value

CryptoPrimitive

KEY_WRAP

public static CryptoPrimitive KEY_WRAP { get; }

Property Value

CryptoPrimitive

MAC

public static CryptoPrimitive MAC { get; }

Property Value

CryptoPrimitive

MESSAGE_DIGEST

public static CryptoPrimitive MESSAGE_DIGEST { get; }

Property Value

CryptoPrimitive

PUBLIC_KEY_ENCRYPTION

public static CryptoPrimitive PUBLIC_KEY_ENCRYPTION { get; }

Property Value

CryptoPrimitive

SECURE_RANDOM

public static CryptoPrimitive SECURE_RANDOM { get; }

Property Value

CryptoPrimitive

SIGNATURE

public static CryptoPrimitive SIGNATURE { get; }

Property Value

CryptoPrimitive

STREAM_CIPHER

public static CryptoPrimitive STREAM_CIPHER { get; }

Property Value

CryptoPrimitive

Methods

ValueOf(String)

public static CryptoPrimitive ValueOf(String arg0)

Parameters

arg0 String

String

Returns

CryptoPrimitive

CryptoPrimitive

Values()

public static CryptoPrimitive[] Values()

Returns

CryptoPrimitive[]

CryptoPrimitive