com.daon.identityx.rest.model.pojo.FIDOCryptoParameter Maven / Gradle / Ivy
package com.daon.identityx.rest.model.pojo;
public class FIDOCryptoParameter {
private String type;
private String algorithm;
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public String getAlgorithm() {
return algorithm;
}
public void setAlgorithm(String algorithm) {
this.algorithm = algorithm;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy