@Generated(value="de.adorsys.datasafe.runtimedelegate.RuntimeDelegateGenerator", comments="This class performs functionality delegation based on contextClass content. If contextClass contains overriding class - it will be used.") public class ASNCmsEncryptionConfigRuntimeDelegatable extends ASNCmsEncryptionConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
ASNCmsEncryptionConfigRuntimeDelegatable.ArgumentsCaptor |
| Constructor and Description |
|---|
ASNCmsEncryptionConfigRuntimeDelegatable(OverridesRegistry context,
CmsEncryptionConfig cmsEncryptionConfig) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getAlgorithm() |
static void |
overrideWith(OverridesRegistry context,
Function<ASNCmsEncryptionConfigRuntimeDelegatable.ArgumentsCaptor,ASNCmsEncryptionConfig> ctorCaptor)
This is a typesafe function to register overriding class into context.
|
@Inject public ASNCmsEncryptionConfigRuntimeDelegatable(@Nullable OverridesRegistry context, CmsEncryptionConfig cmsEncryptionConfig)
context - Context class to search for overrides.public org.bouncycastle.asn1.ASN1ObjectIdentifier getAlgorithm()
public static void overrideWith(OverridesRegistry context, Function<ASNCmsEncryptionConfigRuntimeDelegatable.ArgumentsCaptor,ASNCmsEncryptionConfig> ctorCaptor)
Copyright © 2019. All rights reserved.