public interface CertificateEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
CERTIFICATE_ADDED
A certificate has been added.
|
static int |
CERTIFICATE_ADDED_TO_DOMAIN
If
getCertificateUniqueName() return null
an domain is added, otherwase a certificate is added to a domain. |
static int |
CERTIFICATE_ADMIN_REVOKED_ADDED
Administrator has revoked a certificate.
|
static int |
CERTIFICATE_ADMIN_REVOKED_REMOVED
Administrator revoked certificate is removed from revoked.
|
static int |
CERTIFICATE_CHAIN_CHANGED
A certificate's chain has been changed.
|
static int |
CERTIFICATE_CRL_REVOKED_ADDED
Certificate Authority has revoked a certificate in its CRL.
|
static int |
CERTIFICATE_CRL_REVOKED_REMOVED
Certificate Authority has removed a certificate from revocation list (for instance
if the certificate is expired ant it is no more needed to be in CRL beacause is is
not valid because of its expiration).
|
static int |
CERTIFICATE_CRL_URL_CHANGED
The certifcate CRL URL has been changed.
|
static int |
CERTIFICATE_DOMAIN_ADDED
A certificate's domain has been added.
|
static int |
CERTIFICATE_DOMAIN_REMOVED
A certificate's domain has been removed.
|
static int |
CERTIFICATE_GROUP_ADDED
A certificate's group has been added.
|
static int |
CERTIFICATE_GROUP_REMOVED
A certificate's group has been removed.
|
static int |
CERTIFICATE_KEY_PAIR_ADDED
A key pair for certificate has been added.
|
static int |
CERTIFICATE_KEY_PAIR_REMOVED
A key pair for certificate has been removed.
|
static int |
CERTIFICATE_MOVED
Certificate is added to group.
|
static int |
CERTIFICATE_PROPERTIES_CHANGED
A certificate's properties has been changed.
|
static int |
CERTIFICATE_REMOVED
A certificate has been deleted.
|
static int |
CERTIFICATE_REMOVED_FROM_DOMAIN
If
getCertificateUniqueName() return null
an domain is removed, otherwise certificate is removed from a domain. |
static java.lang.String |
EVENT_TYPE
Event type for the certificate event.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCertificateUniqueName()
This method returns the certificate key about which an event has occured.
|
java.lang.Object |
getInfo()
Returns information for change.
|
int |
getType()
Returns the type of the event.
|
java.lang.String |
getTypeAsString()
Returns the type as string.
|
java.lang.String |
toString()
Returns string representation of this certificate event - event type, unique name and the info.
|
static final java.lang.String EVENT_TYPE
static final int CERTIFICATE_ADDED
null.static final int CERTIFICATE_REMOVED
null.static final int CERTIFICATE_MOVED
static final int CERTIFICATE_REMOVED_FROM_DOMAIN
getCertificateUniqueName() return null
an domain is removed, otherwise certificate is removed from a domain.
On this event, info is the domain name certificate is removed from.static final int CERTIFICATE_ADDED_TO_DOMAIN
getCertificateUniqueName() return null
an domain is added, otherwase a certificate is added to a domain.
On this event, info is domain name certificate is added to.static final int CERTIFICATE_CRL_URL_CHANGED
null the url is removed.static final int CERTIFICATE_ADMIN_REVOKED_ADDED
static final int CERTIFICATE_ADMIN_REVOKED_REMOVED
static final int CERTIFICATE_CRL_REVOKED_ADDED
static final int CERTIFICATE_CRL_REVOKED_REMOVED
static final int CERTIFICATE_KEY_PAIR_ADDED
null.static final int CERTIFICATE_KEY_PAIR_REMOVED
null.static final int CERTIFICATE_PROPERTIES_CHANGED
null.static final int CERTIFICATE_CHAIN_CHANGED
static final int CERTIFICATE_DOMAIN_ADDED
static final int CERTIFICATE_DOMAIN_REMOVED
static final int CERTIFICATE_GROUP_ADDED
static final int CERTIFICATE_GROUP_REMOVED
int getType()
java.lang.String getCertificateUniqueName()
java.lang.Object getInfo()
String or String[].
Type is String[] only with event CERTIFICATE_CHAIN_CHANGEDjava.lang.String getTypeAsString()
java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.