Package | Description |
---|---|
eu.gambas.system.security | |
info.pppc.base.security | |
info.pppc.base.security.key |
Modifier and Type | Method and Description |
---|---|
boolean |
GAMBASKeyStore.addCertificate(ICertificate cert) |
boolean |
GAMBASKeyStore.existCertificate(ICertificate cert) |
boolean |
GAMBASKeyStore.removeCertificate(ICertificate cert) |
void |
AsymmetricSignature.sign(ICertificate certificate)
Signs the signature using a particular certificate.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCertificate
A general abstraction for all different types of certificates (e.g.
|
Modifier and Type | Method and Description |
---|---|
ICertificate |
IKeyStore.getCertificate(java.lang.String subject)
Returns the certificate that has been issued to the specified
subject or null if there is none.
|
ICertificate |
IKeyStore.getCertificate(SystemID id)
Returns the certificate that has the specified system id.
|
ICertificate |
IKeyStore.getOwnCertificate() |
Modifier and Type | Method and Description |
---|---|
boolean |
IKeyStore.addCertificate(ICertificate cert)
Adds a certificate to the store.
|
boolean |
IKeyStore.existCertificate(ICertificate cert)
Checks if the certificate already is contained in the key store.
|
boolean |
IKeyStore.removeCertificate(ICertificate cert)
Removes the specified certificate from the store.
|
Modifier and Type | Class and Description |
---|---|
class |
ECCCertificate
Implements an elliptic curve cryptography certificate.
|
class |
RSACertificate
Implements a standard x509 RSA certificate.
|