@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class FlexV1KeysPost200ResponseDer extends Object
| Constructor and Description |
|---|
FlexV1KeysPost200ResponseDer() |
| Modifier and Type | Method and Description |
|---|---|
FlexV1KeysPost200ResponseDer |
algorithm(String algorithm) |
boolean |
equals(Object o) |
FlexV1KeysPost200ResponseDer |
format(String format) |
String |
getAlgorithm()
Algorithm used to encrypt the public key.
|
String |
getFormat()
Specifies the format of the public key; currently X.509.
|
String |
getPublicKey()
Base64 encoded public key value.
|
int |
hashCode() |
FlexV1KeysPost200ResponseDer |
publicKey(String publicKey) |
void |
setAlgorithm(String algorithm) |
void |
setFormat(String format) |
void |
setPublicKey(String publicKey) |
String |
toString() |
public FlexV1KeysPost200ResponseDer format(String format)
public String getFormat()
public void setFormat(String format)
public FlexV1KeysPost200ResponseDer algorithm(String algorithm)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public FlexV1KeysPost200ResponseDer publicKey(String publicKey)
public String getPublicKey()
public void setPublicKey(String publicKey)
Copyright © 2020. All rights reserved.