public class AlgorithmProperties extends Object
Constructor and Description |
---|
AlgorithmProperties() |
public Primitive getPrimitive()
public void setPrimitive(Primitive primitive)
public String getParameterSetIdentifier()
public void setParameterSetIdentifier(String parameterSetIdentifier)
public String getCurve()
public void setCurve(String curve)
public ExecutionEnvironment getExecutionEnvironment()
public void setExecutionEnvironment(ExecutionEnvironment executionEnvironment)
public ImplementationPlatform getImplementationPlatform()
public void setImplementationPlatform(ImplementationPlatform implementationPlatform)
public List<CertificationLevel> getCertificationLevel()
public void setCertificationLevel(List<CertificationLevel> certificationLevel)
public Mode getMode()
public void setMode(Mode mode)
public Padding getPadding()
public void setPadding(Padding padding)
public List<CryptoFunction> getCryptoFunctions()
public void setCryptoFunctions(List<CryptoFunction> cryptoFunctions)
public Integer getClassicalSecurityLevel()
public void setClassicalSecurityLevel(Integer classicalSecurityLevel)
public Integer getNistQuantumSecurityLevel()
public void setNistQuantumSecurityLevel(Integer nistQuantumSecurityLevel)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.