angelos.portfolio.entity.newkey¶
Creating new entity portfolio for Person, Ministry and Church including Keys and PrivateKeys documents.
-
class
angelos.portfolio.entity.newkey.
NewKeys
¶ Bases:
angelos.portfolio.policy.DocumentPolicy
,angelos.common.policy.PolicyPerformer
,angelos.common.policy.PolicyMixin
Generate new keys and privkeys document of a portfolio.
-
apply
() → bool¶ Perform logic to generate new keys with its new portfolio.
-
perform
(*args, **kwargs)¶ Wrapping the callable.
- Parameters
self (class) – Method owner
*args – Any arguments
**kwargs – Any keyword arguments
- Returns
The result from the callable
-