Skip to main content

Module policy

Module policy 

Source
Expand description

Immutable security policy snapshots shared by XML Security operations.

Policy contains trusted, reusable decisions. Caller-owned keys, selected document targets, tenant identity, and external resource bytes remain in operation request contexts and are deliberately not stored here.

Structs§

DsaKeyPolicy
DSA strength requirements for legacy signature verification.
KeySourcePolicy
KeyInfo sources an XMLDSig verification operation is permitted to trust.
KeyTrustPolicy
X.509 and key-resolution decisions for verification.
ResourcePolicy
Resource ceilings shared by parsing, transforms, and cryptographic output.
RsaKeyPolicy
RSA strength and structural requirements for outbound cryptographic operations.
SigningPolicy
Immutable policy snapshot for XMLDSig signing.
TransformPolicy
XMLDSig transform and canonicalization decisions shared by signing and verification.
UriPolicy
URI-class decisions shared by XMLDSig reference and key retrieval processing.
VerificationPolicy
Immutable policy snapshot for XMLDSig verification.
XmlInputPolicy
XML parsing decisions shared by all operation policies.

Enums§

ExtendedKeyPurpose
An RFC 5280 extended-key-purpose identifier accepted for XML signing.
ManifestProcessing
Whether an XMLDSig operation evaluates direct <Object>/<Manifest> references.
PolicyViolation
A typed rejection produced by an operation policy.