Package crypto.rules
Class CrySLForbiddenMethod
- java.lang.Object
-
- crypto.rules.CrySLForbiddenMethod
-
public class CrySLForbiddenMethod extends Object
-
-
Constructor Summary
Constructors Constructor Description CrySLForbiddenMethod(CrySLMethod method, Collection<CrySLMethod> alternatives)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Collection<CrySLMethod>getAlternatives()CrySLMethodgetMethod()StringtoString()
-
-
-
Constructor Detail
-
CrySLForbiddenMethod
public CrySLForbiddenMethod(CrySLMethod method, Collection<CrySLMethod> alternatives)
-
-
Method Detail
-
getMethod
public CrySLMethod getMethod()
-
getAlternatives
public Collection<CrySLMethod> getAlternatives()
-
-