public class ApiWebservice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The name of the webservice
|
long |
uniqueID
The ID of the webservice
|
Constructor and Description |
---|
ApiWebservice(java.lang.String name,
long ID)
Creates a new ApiWebservice.
|
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x509.Certificate |
getCertificate()
Gets the client certificate defined for the webservice
|
org.bouncycastle.crypto.params.AsymmetricKeyParameter |
getPrivateKey(java.lang.String password)
Gets the private key defined for the webservice
|
public java.lang.String name
public long uniqueID
public ApiWebservice(java.lang.String name, long ID)
name
- -ID
- -public org.bouncycastle.asn1.x509.Certificate getCertificate()
public org.bouncycastle.crypto.params.AsymmetricKeyParameter getPrivateKey(java.lang.String password)
password
- The modification password set for the webservice