public class XMLEncCounter
extends java.util.Observable
XMLEncCounter is a singleton class that counts XML encryption,
and decryption operations performed by an application.
The class counts XML encryption, and decryption operations.
| Modifier and Type | Field and Description |
|---|---|
protected static int |
LOGIN
The constant for transaction login
|
protected static int |
PKCS7_DECRYPTION
The constant for transaction PKCS7 decryption
|
protected static int |
PKCS7_ENCRYPTION
The constant for transacton PKCS7 encryption
|
protected static int |
PKCS7_SIGNING
The constant for transaction PKCS7 signing
|
protected static int |
PKCS7_VERIFICATION
The constant for transaction PKCS7 verification
|
protected static int |
SMIME_DECRYPTION
The constant for transaction S/MIME decryption
|
protected static int |
SMIME_ENCRYPTION
The constant for transacton S/MIME encryption
|
protected static int |
SMIME_SIGNING
The constant for transaction S/MIME signing
|
protected static int |
SMIME_VERIFICATION
The constant for transaction S/MIME verification
|
protected static int |
SSL_MUTUAL_AUTHENTICATION
The constant for transaction SSL client/mutual authentication
|
protected static int |
SSL_SERVER_AUTHENTICATION |
protected static int |
UNKNOWN_TRANSACTION
The constant for any transaction other than those listed
|
protected static int |
XML_DECRYPTION
The constant for transaction XML decryption
|
protected static int |
XML_ENCRYPTION
The constant for transacton XML encryption
|
protected static int |
XML_SIGNING
The constant for transaction XML signing
|
protected static int |
XML_VERIFICATION
The constant for transaction XML verification
|
| Modifier | Constructor and Description |
|---|---|
protected |
XMLEncCounter() |
| Modifier and Type | Method and Description |
|---|---|
static XMLEncCounter |
getInstance()
Returns the single instance of this class.
|
protected void |
trigger(int message)
Triggers the observers with the given message.
|
protected static final int LOGIN
protected static final int PKCS7_SIGNING
protected static final int PKCS7_VERIFICATION
protected static final int PKCS7_ENCRYPTION
protected static final int PKCS7_DECRYPTION
protected static final int SSL_MUTUAL_AUTHENTICATION
protected static final int SSL_SERVER_AUTHENTICATION
protected static final int UNKNOWN_TRANSACTION
protected static final int XML_SIGNING
protected static final int XML_VERIFICATION
protected static final int XML_ENCRYPTION
protected static final int XML_DECRYPTION
protected static final int SMIME_SIGNING
protected static final int SMIME_VERIFICATION
protected static final int SMIME_ENCRYPTION
protected static final int SMIME_DECRYPTION
public static XMLEncCounter getInstance()
protected void trigger(int message)
message - the integer identifies the type of transaction