public class ProtocolSupport extends Object
| Constructor and Description |
|---|
ProtocolSupport(boolean cmp,
boolean rest,
boolean scep) |
ProtocolSupport(Set<String> protocols) |
ProtocolSupport(String encoded) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEncoded() |
int |
hashCode() |
boolean |
isCmp() |
boolean |
isRest() |
boolean |
isScep() |
void |
setCmp(boolean cmp) |
void |
setRest(boolean rest) |
void |
setScep(boolean scep) |
String |
toString() |
public ProtocolSupport(String encoded)
public ProtocolSupport(boolean cmp,
boolean rest,
boolean scep)
public boolean isCmp()
public void setCmp(boolean cmp)
public boolean isRest()
public void setRest(boolean rest)
public boolean isScep()
public void setScep(boolean scep)
public String getEncoded()
Copyright © 2021. All rights reserved.