public static class Acquisition.PublicKey extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
KeySize
RSA key size in bits
|
String |
Xml
XML blob containing the RSA public key components
|
| Constructor and Description |
|---|
PublicKey() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getKeySize() |
String |
getXml() |
Acquisition.PublicKey |
setKeySize(Integer value) |
Acquisition.PublicKey |
setXml(String value) |
public Integer KeySize
public String Xml
public Integer getKeySize()
public Acquisition.PublicKey setKeySize(Integer value)
public String getXml()
public Acquisition.PublicKey setXml(String value)
Copyright © 2022. All rights reserved.