Microsoft SDK for Java

SecurityAPI

The SecurityAPI attribute specifies that a method requires additional space in its stack frame. The extra frame space is used to store security information at runtime.

Attribute Level Generated By Directives
Method N/A

SecurityAPI_attribute {
    u2 attribute_name_index;
    u4 attribute_length;
};

Attribute Elements

attribute_name_index

This value must be a valid index into the constant_pool table. The constant_pool entry at that index must be the CONSTANT_Utf8_info structure representing the string "SecurityAPI".

attribute_length

This value indicates the length of this attribute, excluding the initial six bytes, and may be 0 (zero).

© 1999 Microsoft Corporation. All rights reserved. Terms of use.