Package | Description |
---|---|
org.ballerinalang.nativeimpl.security |
Modifier and Type | Method and Description |
---|---|
Certificate |
KeyStore.getCertificate(String alias)
Get the certificate for a given key alias from keyStore.
|
Certificate |
KeyStore.getDefaultCertificate()
Get the default certificate for the service.
|
PrivateKey |
KeyStore.getDefaultPrivateKey()
Get the default private key of the service.
|
PublicKey |
KeyStore.getDefaultPublicKey()
Get the default public key for the service.
|
PrivateKey |
KeyStore.getPrivateKey(String alias,
char[] keyPassword)
Get the private key for a given key alias.
|
PublicKey |
KeyStore.getPublicKey(String alias)
Get the public key for a given key alias from keyStore.
|
Certificate |
KeyStore.getTrustedCertificate(String alias)
Get the certificate for a given key alias from trustStore.
|
PublicKey |
KeyStore.getTrustedPublicKey(String alias)
Get the public key for a given key alias from trustStore.
|
Copyright © 2018 WSO2. All rights reserved.