public class SSOAgentCarbonX509Credential extends Object implements SSOAgentX509Credential
| Constructor and Description |
|---|
SSOAgentCarbonX509Credential(int tenantId,
String tenantDomain) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getEntityCertificate() |
PrivateKey |
getPrivateKey() |
PublicKey |
getPublicKey() |
protected void |
readCarbonX509Credentials(int tenantId,
String tenantDomain) |
public SSOAgentCarbonX509Credential(int tenantId,
String tenantDomain)
throws SSOAgentException
SSOAgentExceptionpublic PublicKey getPublicKey()
getPublicKey in interface SSOAgentX509Credentialpublic PrivateKey getPrivateKey()
getPrivateKey in interface SSOAgentX509Credentialpublic X509Certificate getEntityCertificate()
getEntityCertificate in interface SSOAgentX509Credentialprotected void readCarbonX509Credentials(int tenantId,
String tenantDomain)
throws SSOAgentException
SSOAgentExceptionCopyright © 2021 WSO2. All rights reserved.