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