Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the size of the ephemeral key pair, impacting the strength of encryption within the ServiceNow Key Management Framework. |
| What area does it affect? |
Key Management Framework |
| What does the default mean? |
The default value is "4096", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when adjusting encryption standards or security policies. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.kmf.ephemeral_key.key_size |
| Sys ID |
2b7a2256c73000109d59fa49f4c2608d |
| Type |
string |
| Application |
ServiceNow Key Management Framework |
| Default value |
4096 |
| Description |
the key size of ephemeral key pair |
| Updated |
2024-05-25 04:08:09 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... companies with which they are associated. 1024 • glide.kmf.ephemeral_key.key_padding controls the key padding scheme for the ephemeral key. The default scheme is OAEP SHA256, but SHA1 is also supported. • glide.kmf.ephemeral_key.key_size controls the key size of the ephemeral key pair. The default is 4096 bits, but 2048 bits are also supported. • glide.kmf.ephemeral_key.key_validity_period defines the period for which the ephemeral key ...
Related properties