StringBuffer buffer = new StringBuffer();
buffer.append("SecurityPermissionMetaData").append('@");
buffer.append(Integer.toHexString(System.identityHashCode(this)));
buffer.append("[spec=").append(securityPermissionSpec);
buffer.append(" descriptions=").append(getDescriptions());
buffer.append(']");
return buffer.toString();