public interface OnEncryptionServiceCreatedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEncryptionServiceCreated(CryptoConfiguration<?> configuration,
EncryptionService service)
A method called when
EncryptionServices are created. |
void onEncryptionServiceCreated(CryptoConfiguration<?> configuration, EncryptionService service)
EncryptionServices are created. Typically this will
be done from CryptoConfiguration.asService()configuration - the configuration of the new Serviceservice - the new EncryptionServiceCopyright © 2014 JBoss by Red Hat. All rights reserved.