public class CertificateRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
certificate |
protected String |
privateKey |
Constructor and Description |
---|
CertificateRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getCertificate() |
String |
getPrivateKey() |
void |
setCertificate(String certificate) |
void |
setPrivateKey(String privateKey) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.