@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class InlineResponse200Der extends Object
| Constructor and Description |
|---|
InlineResponse200Der() |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200Der |
algorithm(String algorithm) |
boolean |
equals(Object o) |
InlineResponse200Der |
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() |
InlineResponse200Der |
publicKey(String publicKey) |
void |
setAlgorithm(String algorithm) |
void |
setFormat(String format) |
void |
setPublicKey(String publicKey) |
String |
toString() |
public InlineResponse200Der format(String format)
public String getFormat()
public void setFormat(String format)
public InlineResponse200Der algorithm(String algorithm)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public InlineResponse200Der publicKey(String publicKey)
public String getPublicKey()
public void setPublicKey(String publicKey)
Copyright © 2018. All rights reserved.