Table of Contents

Class RC5ParameterSpec

Namespace
Javax.Crypto.Spec
Assembly
MASES.JNet.dll
public class RC5ParameterSpec : AlgorithmParameterSpec, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAlgorithmParameterSpec
Inheritance
RC5ParameterSpec
Implements
Inherited Members
Extension Methods

Constructors

RC5ParameterSpec()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public RC5ParameterSpec()

RC5ParameterSpec(IJVMBridgeBaseInitializer)

Internal constructor: used internally from JCOBridge

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RC5ParameterSpec(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

RC5ParameterSpec(int, int, int)

public RC5ParameterSpec(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

RC5ParameterSpec(int, int, int, byte[])

public RC5ParameterSpec(int arg0, int arg1, int arg2, byte[] arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 byte[]

byte

RC5ParameterSpec(int, int, int, byte[], int)

public RC5ParameterSpec(int arg0, int arg1, int arg2, byte[] arg3, int arg4)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

arg3 byte[]

byte

arg4 int

int

RC5ParameterSpec(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 RC5ParameterSpec(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

IV

public byte[] IV { get; }

Property Value

byte[]

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Rounds

public int Rounds { get; }

Property Value

int

Version

public int Version { get; }

Property Value

int

WordSize

public int WordSize { get; }

Property Value

int