Table of Contents

Interface IAlgorithmConstraints

Namespace
Java.Security
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAlgorithmConstraints

Methods

Permits(Set<CryptoPrimitive>, String, AlgorithmParameters)

bool Permits(Set<CryptoPrimitive> arg0, String arg1, AlgorithmParameters arg2)

Parameters

arg0 Set<CryptoPrimitive>

Set

arg1 String

String

arg2 AlgorithmParameters

AlgorithmParameters

Returns

bool

bool

Permits(Set<CryptoPrimitive>, String, Key, AlgorithmParameters)

bool Permits(Set<CryptoPrimitive> arg0, String arg1, Key arg2, AlgorithmParameters arg3)

Parameters

arg0 Set<CryptoPrimitive>

Set

arg1 String

String

arg2 Key

Key

arg3 AlgorithmParameters

AlgorithmParameters

Returns

bool

bool

Permits(Set<CryptoPrimitive>, Key)

bool Permits(Set<CryptoPrimitive> arg0, Key arg1)

Parameters

arg0 Set<CryptoPrimitive>

Set

arg1 Key

Key

Returns

bool

bool