angelos.portfolio.envelope.validate¶
Creating new entity portfolio for Person, Ministry and Church including Keys and PrivateKeys documents.
-
class
angelos.portfolio.envelope.validate.
ValidateEnvelope
¶ Bases:
angelos.portfolio.policy.IssuePolicy
,angelos.common.policy.PolicyValidator
,angelos.common.policy.PolicyMixin
Validate network.
-
apply
() → bool¶ Validate an envelope addressed to the internal portfolio.
-
validate
(*args, **kwargs)¶ Wrapping the callable.
- Parameters
self (class) – Method owner
*args – Any arguments
**kwargs – Any keyword arguments
- Returns
The result from the callable
-