com.ibm.wsspi.security.audit
Interface AuditSigning
- public interface AuditSigning
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
initialize(java.lang.String _signerKeyStoreName,java.lang.String _signerKeyStoreScope,java.lang.String _signerCertAlias)
The
initialize method initializes the AuditSigning implementation
|
|
sign(byte[] value,java.security.Key key)
The
sign method signs the data with a key
|
|
verify(byte[] data,java.security.Key key)
The
verify method verifies the data is signed with a key
|
Method Detail
initialize
- void initialize(java.lang.String _signerKeyStoreName,
- java.lang.String _signerKeyStoreScope,
- java.lang.String _signerCertAlias)
- throws com.ibm.wsspi.security.audit.AuditSignException
Throws:
AuditSignExceptionsign
- byte[] sign(byte[] value,
- java.security.Key key)
- throws com.ibm.wsspi.security.audit.AuditSignException
The sign method signs the data with a key
Throws:
AuditSignExceptionverify
- boolean verify(byte[] data,
- java.security.Key key)
- throws com.ibm.wsspi.security.audit.AuditSignException
The verify method verifies the data is signed with a key
Throws:
AuditSignException
The
initializemethod initializes the AuditSigning implementation